pub struct LogTag { /* private fields */ }Implementations§
Trait Implementations§
source§impl Boxed for LogTag
 
impl Boxed for LogTag
source§impl LogTagTrait for LogTag
 
impl LogTagTrait for LogTag
source§impl LogTagTraitConst for LogTag
 
impl LogTagTraitConst for LogTag
impl Send for LogTag
Auto Trait Implementations§
impl RefUnwindSafe 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