pub struct CliBackendConfig {
pub cmd: String,
pub args: Vec<String>,
}Fields§
§cmd: String§args: Vec<String>Trait Implementations§
Source§impl Clone for CliBackendConfig
impl Clone for CliBackendConfig
Source§fn clone(&self) -> CliBackendConfig
fn clone(&self) -> CliBackendConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CliBackendConfig
impl Debug for CliBackendConfig
Source§impl<'de> Deserialize<'de> for CliBackendConfig
impl<'de> Deserialize<'de> for CliBackendConfig
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<&CliBackendConfig> for CliBackend
impl From<&CliBackendConfig> for CliBackend
Source§fn from(cfg: &CliBackendConfig) -> Self
fn from(cfg: &CliBackendConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CliBackendConfig
impl RefUnwindSafe for CliBackendConfig
impl Send for CliBackendConfig
impl Sync for CliBackendConfig
impl Unpin for CliBackendConfig
impl UnsafeUnpin for CliBackendConfig
impl UnwindSafe for CliBackendConfig
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