pub enum WebTransportClosedMethod {
WebTransportClosed,
}Variants§
WebTransportClosed
Trait Implementations§
Source§impl Clone for WebTransportClosedMethod
impl Clone for WebTransportClosedMethod
Source§fn clone(&self) -> WebTransportClosedMethod
fn clone(&self) -> WebTransportClosedMethod
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 WebTransportClosedMethod
impl Debug for WebTransportClosedMethod
Source§impl<'de> Deserialize<'de> for WebTransportClosedMethod
impl<'de> Deserialize<'de> for WebTransportClosedMethod
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for WebTransportClosedMethod
impl PartialEq for WebTransportClosedMethod
Source§impl Serialize for WebTransportClosedMethod
impl Serialize for WebTransportClosedMethod
impl StructuralPartialEq for WebTransportClosedMethod
Auto Trait Implementations§
impl Freeze for WebTransportClosedMethod
impl RefUnwindSafe for WebTransportClosedMethod
impl Send for WebTransportClosedMethod
impl Sync for WebTransportClosedMethod
impl Unpin for WebTransportClosedMethod
impl UnsafeUnpin for WebTransportClosedMethod
impl UnwindSafe for WebTransportClosedMethod
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