struct FlagsDesc {
variant: Variant,
name: Option<String>,
nick: Option<String>,
skip: bool,
}Fields§
§variant: Variant§name: Option<String>§nick: Option<String>§skip: boolImplementations§
Auto Trait Implementations§
impl Freeze for FlagsDesc
impl RefUnwindSafe for FlagsDesc
impl !Send for FlagsDesc
impl !Sync for FlagsDesc
impl Unpin for FlagsDesc
impl UnwindSafe for FlagsDesc
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