pub struct CommandConfig { /* private fields */ }
Expand description
Non-runnable version of Command
used for serialization.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for CommandConfig
impl<'de> Deserialize<'de> for CommandConfig
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
Source§impl From<Command> for CommandConfig
impl From<Command> for CommandConfig
Source§impl From<CommandConfig> for Command
impl From<CommandConfig> for Command
Source§fn from(config: CommandConfig) -> Self
fn from(config: CommandConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CommandConfig
impl RefUnwindSafe for CommandConfig
impl Send for CommandConfig
impl Sync for CommandConfig
impl Unpin for CommandConfig
impl UnwindSafe for CommandConfig
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