#[repr(C)]pub struct nix_flake_settings { /* private fields */ }
Trait Implementations§
Source§impl Clone for nix_flake_settings
impl Clone for nix_flake_settings
Source§fn clone(&self) -> nix_flake_settings
fn clone(&self) -> nix_flake_settings
Returns a copy 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 nix_flake_settings
impl Debug for nix_flake_settings
impl Copy for nix_flake_settings
Auto Trait Implementations§
impl Freeze for nix_flake_settings
impl RefUnwindSafe for nix_flake_settings
impl Send for nix_flake_settings
impl Sync for nix_flake_settings
impl Unpin for nix_flake_settings
impl UnwindSafe for nix_flake_settings
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