pub struct Send<T: IoBuf, S> { /* private fields */ }
Expand description
Send data to remote.
Implementations§
Trait Implementations§
Source§impl<T: IoBuf, S: AsRawFd> OpCode for Send<T, S>
impl<T: IoBuf, S: AsRawFd> OpCode for Send<T, S>
Auto Trait Implementations§
impl<T, S> Freeze for Send<T, S>where
T: Freeze,
impl<T, S> RefUnwindSafe for Send<T, S>where
T: RefUnwindSafe,
impl<T, S> Send for Send<T, S>
impl<T, S> Sync for Send<T, S>
impl<T, S> !Unpin for Send<T, S>
impl<T, S> UnwindSafe for Send<T, S>where
T: UnwindSafe,
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