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