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 Command
impl Deserialize for Command
fn deserialize<__D>(deserializer: &mut __D) -> Result<Command, __D::Error> where __D: Deserializer
impl Serialize for Command
fn serialize<__S>(&self, serializer: &mut __S) -> Result<(), __S::Error> where __S: Serializer
impl Debug for Command
impl Clone for Command
fn clone(&self) -> Command
fn clone_from(&mut self, source: &Self)