pub enum MpExtUse {
None,
Allowed,
Unknown(u8),
}Variants§
Implementations§
Trait Implementations§
impl Copy for MpExtUse
impl Eq for MpExtUse
impl StructuralPartialEq for MpExtUse
Auto Trait Implementations§
impl Freeze for MpExtUse
impl RefUnwindSafe for MpExtUse
impl Send for MpExtUse
impl Sync for MpExtUse
impl Unpin for MpExtUse
impl UnwindSafe for MpExtUse
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