pub enum LogTag {
Unique,
Event,
Establish,
GoodBye,
Unexpected,
Default,
}Variants§
Trait Implementations§
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