pub struct NixCommandLine {
    pub nix_bin: Option<String>,
    pub defaults: DefaultArgs,
}Expand description
Nix Implementation based on the Nix Command Line
Fields§
§nix_bin: Option<String>§defaults: DefaultArgsTrait Implementations§
Source§impl Clone for NixCommandLine
 
impl Clone for NixCommandLine
Source§fn clone(&self) -> NixCommandLine
 
fn clone(&self) -> NixCommandLine
Returns a duplicate of the value. Read more
1.0.0 · 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 NixCommandLine
 
impl Debug for NixCommandLine
Source§impl Default for NixCommandLine
 
impl Default for NixCommandLine
Source§fn default() -> NixCommandLine
 
fn default() -> NixCommandLine
Returns the “default value” for a type. Read more
impl NixBackend for NixCommandLine
Auto Trait Implementations§
impl Freeze for NixCommandLine
impl RefUnwindSafe for NixCommandLine
impl Send for NixCommandLine
impl Sync for NixCommandLine
impl Unpin for NixCommandLine
impl UnwindSafe for NixCommandLine
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