pub struct LogTag { /* private fields */ }
Implementations§
Trait Implementations§
impl StructuralPartialEq for LogTag
Auto Trait Implementations§
impl Freeze for LogTag
impl RefUnwindSafe for LogTag
impl Send for LogTag
impl Sync for LogTag
impl Unpin for LogTag
impl UnwindSafe for LogTag
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