pub struct SocketWriter(/* private fields */);
Expand description
A write-only handle to a socket.
Implementations§
Auto Trait Implementations§
impl Freeze for SocketWriter
impl RefUnwindSafe for SocketWriter
impl Send for SocketWriter
impl Sync for SocketWriter
impl Unpin for SocketWriter
impl UnwindSafe for SocketWriter
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