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<'de> Deserialize<'de> for CommandDocFlag
impl<'de> Deserialize<'de> for CommandDocFlag
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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