pub enum DirectTcpSocketAbortedMethod {
DirectTcpSocketAborted,
}Variants§
DirectTcpSocketAborted
Trait Implementations§
Source§impl Clone for DirectTcpSocketAbortedMethod
impl Clone for DirectTcpSocketAbortedMethod
Source§fn clone(&self) -> DirectTcpSocketAbortedMethod
fn clone(&self) -> DirectTcpSocketAbortedMethod
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 DirectTcpSocketAbortedMethod
impl Debug for DirectTcpSocketAbortedMethod
Source§impl<'de> Deserialize<'de> for DirectTcpSocketAbortedMethod
impl<'de> Deserialize<'de> for DirectTcpSocketAbortedMethod
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 DirectTcpSocketAbortedMethod
impl PartialEq for DirectTcpSocketAbortedMethod
Source§fn eq(&self, other: &DirectTcpSocketAbortedMethod) -> bool
fn eq(&self, other: &DirectTcpSocketAbortedMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DirectTcpSocketAbortedMethod
Auto Trait Implementations§
impl Freeze for DirectTcpSocketAbortedMethod
impl RefUnwindSafe for DirectTcpSocketAbortedMethod
impl Send for DirectTcpSocketAbortedMethod
impl Sync for DirectTcpSocketAbortedMethod
impl Unpin for DirectTcpSocketAbortedMethod
impl UnsafeUnpin for DirectTcpSocketAbortedMethod
impl UnwindSafe for DirectTcpSocketAbortedMethod
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