pub struct Sender<T: Serialize, E: Endian, W: Write = BufWriter<TcpStream>> { /* private fields */ }
Expand description
The sending side of a channel.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T, E, W> Freeze for Sender<T, E, W>where
W: Freeze,
impl<T, E, W> RefUnwindSafe for Sender<T, E, W>
impl<T, E, W> Send for Sender<T, E, W>
impl<T, E, W> Sync for Sender<T, E, W>
impl<T, E, W> Unpin for Sender<T, E, W>
impl<T, E, W> UnwindSafe for Sender<T, E, W>
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