pub enum LogState {
Pending,
Qualified,
Usable,
Readonly,
Retired,
Rejected,
}Variants§
Trait Implementations§
impl Copy for LogState
impl Eq for LogState
impl StructuralPartialEq for LogState
Auto Trait Implementations§
impl Freeze for LogState
impl RefUnwindSafe for LogState
impl Send for LogState
impl Sync for LogState
impl Unpin for LogState
impl UnsafeUnpin for LogState
impl UnwindSafe for LogState
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