pub enum MKind {
Req,
Opt,
Dflt,
Der,
}Variants§
Trait Implementations§
impl Copy for MKind
impl StructuralPartialEq for MKind
Auto Trait Implementations§
impl Freeze for MKind
impl RefUnwindSafe for MKind
impl Send for MKind
impl Sync for MKind
impl Unpin for MKind
impl UnsafeUnpin for MKind
impl UnwindSafe for MKind
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