pub enum LogStatus {
LogDisabled = 0,
BufferPurged = 1,
LogInterrupted = 2,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LogStatus
impl RefUnwindSafe for LogStatus
impl Send for LogStatus
impl Sync for LogStatus
impl Unpin for LogStatus
impl UnwindSafe for LogStatus
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