pub struct NixCommonArgs {}Expand description
These arguments do not depend on the nix subcommand issued and refer to the options defined in
- (libmain/common-args.cc)[https://github.com/NixOS/nix/blob/a6239eb5700ebb85b47bb5f12366404448361f8d/src/libmain/common-args.cc#L7-L81]
- (nix/main.cc)[https://github.com/NixOS/nix/blob/b7e8a3bf4cbb2448db860f65ea13ef2c64b6883b/src/nix/main.cc#L66-L110]
Trait Implementations§
Source§impl Clone for NixCommonArgs
impl Clone for NixCommonArgs
Source§fn clone(&self) -> NixCommonArgs
fn clone(&self) -> NixCommonArgs
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 NixCommonArgs
impl Debug for NixCommonArgs
Source§impl Default for NixCommonArgs
impl Default for NixCommonArgs
Source§fn default() -> NixCommonArgs
fn default() -> NixCommonArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NixCommonArgs
impl RefUnwindSafe for NixCommonArgs
impl Send for NixCommonArgs
impl Sync for NixCommonArgs
impl Unpin for NixCommonArgs
impl UnwindSafe for NixCommonArgs
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