pub struct SocketLogWriter { /* private fields */ }
Expand description
Utility struct to write to socket asynchrously.
Implementations§
Auto Trait Implementations§
impl Freeze for SocketLogWriter
impl !RefUnwindSafe for SocketLogWriter
impl Send for SocketLogWriter
impl Sync for SocketLogWriter
impl Unpin for SocketLogWriter
impl !UnwindSafe for SocketLogWriter
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