Struct bootspec::SystemConfigurationRoot
source · pub struct SystemConfigurationRoot(pub PathBuf);Expand description
A wrapper type describing the root directory of a NixOS system configuration.
Tuple Fields§
§0: PathBufTrait Implementations§
source§impl Clone for SystemConfigurationRoot
impl Clone for SystemConfigurationRoot
source§fn clone(&self) -> SystemConfigurationRoot
fn clone(&self) -> SystemConfigurationRoot
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 SystemConfigurationRoot
impl Debug for SystemConfigurationRoot
source§impl Default for SystemConfigurationRoot
impl Default for SystemConfigurationRoot
source§fn default() -> SystemConfigurationRoot
fn default() -> SystemConfigurationRoot
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SystemConfigurationRoot
impl<'de> Deserialize<'de> for SystemConfigurationRoot
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 PartialEq<SystemConfigurationRoot> for SystemConfigurationRoot
impl PartialEq<SystemConfigurationRoot> for SystemConfigurationRoot
source§fn eq(&self, other: &SystemConfigurationRoot) -> bool
fn eq(&self, other: &SystemConfigurationRoot) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for SystemConfigurationRoot
impl Serialize for SystemConfigurationRoot
impl Eq for SystemConfigurationRoot
impl StructuralEq for SystemConfigurationRoot
impl StructuralPartialEq for SystemConfigurationRoot
Auto Trait Implementations§
impl RefUnwindSafe for SystemConfigurationRoot
impl Send for SystemConfigurationRoot
impl Sync for SystemConfigurationRoot
impl Unpin for SystemConfigurationRoot
impl UnwindSafe for SystemConfigurationRoot
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