pub struct WriteLogger<W: Write + Send + 'static> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<W> !Freeze for WriteLogger<W>
impl<W> !RefUnwindSafe for WriteLogger<W>
impl<W> Send for WriteLogger<W>
impl<W> Sync for WriteLogger<W>
impl<W> Unpin for WriteLogger<W>where
W: Unpin,
impl<W> !UnwindSafe for WriteLogger<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