pub enum CommandDocFlag {
Deprecated,
SystemCommand,
}
Expand description
Command documenation flag
Variants§
Deprecated
the command is deprecated.
SystemCommand
a system command that isn’t meant to be called by users.
Trait Implementations§
Source§impl Debug for CommandDocFlag
impl Debug for CommandDocFlag
Source§impl FromValue for CommandDocFlag
impl FromValue for CommandDocFlag
Auto Trait Implementations§
impl Freeze for CommandDocFlag
impl RefUnwindSafe for CommandDocFlag
impl Send for CommandDocFlag
impl Sync for CommandDocFlag
impl Unpin for CommandDocFlag
impl UnwindSafe for CommandDocFlag
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