pub struct SendTimeout;Expand description
Specify the sending timeout until reporting an error.
Trait Implementations
sourceimpl Clone for SendTimeout
 
impl Clone for SendTimeout
sourcefn clone(&self) -> SendTimeout
 
fn clone(&self) -> SendTimeout
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for SendTimeout
 
impl Debug for SendTimeout
sourceimpl GetSockOpt for SendTimeout
 
impl GetSockOpt for SendTimeout
sourceimpl Hash for SendTimeout
 
impl Hash for SendTimeout
sourceimpl PartialEq<SendTimeout> for SendTimeout
 
impl PartialEq<SendTimeout> for SendTimeout
sourcefn eq(&self, other: &SendTimeout) -> bool
 
fn eq(&self, other: &SendTimeout) -> bool
sourceimpl SetSockOpt for SendTimeout
 
impl SetSockOpt for SendTimeout
impl Copy for SendTimeout
impl Eq for SendTimeout
impl StructuralEq for SendTimeout
impl StructuralPartialEq for SendTimeout
Auto Trait Implementations
impl RefUnwindSafe for SendTimeout
impl Send for SendTimeout
impl Sync for SendTimeout
impl Unpin for SendTimeout
impl UnwindSafe for SendTimeout
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more