Struct systemd_wake::CommandConfig
source · 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.