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