pub enum CapsuleKind {
CloseWebTransportSession,
}Expand description
An HTTP3 Capsule type.
Variants§
CloseWebTransportSession
Close WebTransport Capsule type.
Trait Implementations§
Source§impl Clone for CapsuleKind
impl Clone for CapsuleKind
Source§fn clone(&self) -> CapsuleKind
fn clone(&self) -> CapsuleKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CapsuleKind
impl Debug for CapsuleKind
impl Copy for CapsuleKind
Auto Trait Implementations§
impl Freeze for CapsuleKind
impl RefUnwindSafe for CapsuleKind
impl Send for CapsuleKind
impl Sync for CapsuleKind
impl Unpin for CapsuleKind
impl UnwindSafe for CapsuleKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more