pub enum SocketOptTimeType {
ReadTimeout,
WriteTimeout,
AcceptTimeout,
ConnectTimeout,
BindTimeout,
Linger,
}
Variants§
Trait Implementations§
source§impl Clone for SocketOptTimeType
impl Clone for SocketOptTimeType
source§fn clone(&self) -> SocketOptTimeType
fn clone(&self) -> SocketOptTimeType
Returns a copy 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 SocketOptTimeType
impl Debug for SocketOptTimeType
source§impl<'de> Deserialize<'de> for SocketOptTimeType
impl<'de> Deserialize<'de> for SocketOptTimeType
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 From<&ArchivedJournalTimeTypeV1> for SocketOptTimeType
impl From<&ArchivedJournalTimeTypeV1> for SocketOptTimeType
source§fn from(val: &ArchivedJournalTimeTypeV1) -> Self
fn from(val: &ArchivedJournalTimeTypeV1) -> Self
Converts to this type from the input type.
source§impl From<JournalTimeTypeV1> for SocketOptTimeType
impl From<JournalTimeTypeV1> for SocketOptTimeType
source§fn from(val: JournalTimeTypeV1) -> Self
fn from(val: JournalTimeTypeV1) -> Self
Converts to this type from the input type.
source§impl From<SocketOptTimeType> for JournalTimeTypeV1
impl From<SocketOptTimeType> for JournalTimeTypeV1
source§fn from(val: SocketOptTimeType) -> Self
fn from(val: SocketOptTimeType) -> Self
Converts to this type from the input type.
source§impl Hash for SocketOptTimeType
impl Hash for SocketOptTimeType
source§impl Ord for SocketOptTimeType
impl Ord for SocketOptTimeType
source§fn cmp(&self, other: &SocketOptTimeType) -> Ordering
fn cmp(&self, other: &SocketOptTimeType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SocketOptTimeType
impl PartialEq for SocketOptTimeType
source§impl PartialOrd for SocketOptTimeType
impl PartialOrd for SocketOptTimeType
source§impl Serialize for SocketOptTimeType
impl Serialize for SocketOptTimeType
impl Copy for SocketOptTimeType
impl Eq for SocketOptTimeType
impl StructuralPartialEq for SocketOptTimeType
Auto Trait Implementations§
impl Freeze for SocketOptTimeType
impl RefUnwindSafe for SocketOptTimeType
impl Send for SocketOptTimeType
impl Sync for SocketOptTimeType
impl Unpin for SocketOptTimeType
impl UnwindSafe for SocketOptTimeType
Blanket Implementations§
source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
source§impl<T> CallHasher for T
impl<T> CallHasher for T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
source§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Gets the layout of the type.
source§impl<T> Upcastable for T
impl<T> Upcastable for T
source§fn upcast_any_ref(&self) -> &(dyn Any + 'static)
fn upcast_any_ref(&self) -> &(dyn Any + 'static)
upcast ref
source§fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn upcast_any_mut(&mut self) -> &mut (dyn Any + 'static)
upcast mut ref