pub enum DirectTcpSocketClosedMethod {
DirectTcpSocketClosed,
}Variants§
DirectTcpSocketClosed
Trait Implementations§
Source§impl Clone for DirectTcpSocketClosedMethod
impl Clone for DirectTcpSocketClosedMethod
Source§fn clone(&self) -> DirectTcpSocketClosedMethod
fn clone(&self) -> DirectTcpSocketClosedMethod
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 DirectTcpSocketClosedMethod
impl Debug for DirectTcpSocketClosedMethod
Source§impl<'de> Deserialize<'de> for DirectTcpSocketClosedMethod
impl<'de> Deserialize<'de> for DirectTcpSocketClosedMethod
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
impl StructuralPartialEq for DirectTcpSocketClosedMethod
Auto Trait Implementations§
impl Freeze for DirectTcpSocketClosedMethod
impl RefUnwindSafe for DirectTcpSocketClosedMethod
impl Send for DirectTcpSocketClosedMethod
impl Sync for DirectTcpSocketClosedMethod
impl Unpin for DirectTcpSocketClosedMethod
impl UnsafeUnpin for DirectTcpSocketClosedMethod
impl UnwindSafe for DirectTcpSocketClosedMethod
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