pub struct ReceiveTimeout;Available on crate feature
socket only.Expand description
Specify the receiving timeout until reporting an error.
Trait Implementations§
Source§impl Clone for ReceiveTimeout
impl Clone for ReceiveTimeout
Source§fn clone(&self) -> ReceiveTimeout
fn clone(&self) -> ReceiveTimeout
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 ReceiveTimeout
impl Debug for ReceiveTimeout
Source§impl GetSockOpt for ReceiveTimeout
impl GetSockOpt for ReceiveTimeout
Source§impl Hash for ReceiveTimeout
impl Hash for ReceiveTimeout
Source§impl PartialEq for ReceiveTimeout
impl PartialEq for ReceiveTimeout
Source§impl SetSockOpt for ReceiveTimeout
impl SetSockOpt for ReceiveTimeout
impl Copy for ReceiveTimeout
impl Eq for ReceiveTimeout
impl StructuralPartialEq for ReceiveTimeout
Auto Trait Implementations§
impl Freeze for ReceiveTimeout
Available on Unix only.
impl RefUnwindSafe for ReceiveTimeout
Available on Unix only.
impl Send for ReceiveTimeout
Available on Unix only.
impl Sync for ReceiveTimeout
Available on Unix only.
impl Unpin for ReceiveTimeout
Available on Unix only.
impl UnsafeUnpin for ReceiveTimeout
Available on Unix only.
impl UnwindSafe for ReceiveTimeout
Available on Unix only.
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on Unix only.
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Available on Unix only.
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> CloneToUninit for Twhere
T: Clone,
Available on Unix only.
impl<T> CloneToUninit for Twhere
T: Clone,
Available on Unix only.