pub struct SendTimeout;
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 more
sourceimpl 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
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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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