Struct ocf::Command
[−]
[src]
pub struct Command {
pub path: String,
pub args: Vec<String>,
pub env: Vec<Env>,
}Fields
path | |
args | |
env |
pub struct Command {
pub path: String,
pub args: Vec<String>,
pub env: Vec<Env>,
}path | |
args | |
env |
impl Commandimpl Deserialize for Commandfn deserialize<__D>(deserializer: &mut __D) -> Result<Command, __D::Error> where __D: Deserializerimpl Serialize for Commandfn serialize<__S>(&self, serializer: &mut __S) -> Result<(), __S::Error> where __S: Serializerimpl Debug for Commandimpl Clone for Commandfn clone(&self) -> Commandfn clone_from(&mut self, source: &Self)