struct FlagsDesc {
variant: Variant,
name: Option<String>,
nick: Option<String>,
skip: bool,
}
Fields§
§variant: Variant
§name: Option<String>
§nick: Option<String>
§skip: bool
Implementations§
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