pub struct LogTail;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogTail
impl RefUnwindSafe for LogTail
impl Send for LogTail
impl Sync for LogTail
impl Unpin for LogTail
impl UnwindSafe for LogTail
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