pub enum Primask {
Active,
Inactive,
}
Expand description
All exceptions with configurable priority are …
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for Primask
impl PartialEq for Primask
impl Copy for Primask
impl Eq for Primask
impl StructuralPartialEq for Primask
Auto Trait Implementations§
impl Freeze for Primask
impl RefUnwindSafe for Primask
impl Send for Primask
impl Sync for Primask
impl Unpin for Primask
impl UnwindSafe for Primask
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