pub struct DerivedPath(pub NixString);
Tuple Fields§
§0: NixString
Trait Implementations§
Source§impl AsRef<[u8]> for DerivedPath
impl AsRef<[u8]> for DerivedPath
Source§impl Clone for DerivedPath
impl Clone for DerivedPath
Source§fn clone(&self) -> DerivedPath
fn clone(&self) -> DerivedPath
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 DerivedPath
impl Debug for DerivedPath
Source§impl<'de> Deserialize<'de> for DerivedPath
impl<'de> Deserialize<'de> for DerivedPath
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 for DerivedPath
impl PartialEq for DerivedPath
Source§impl Serialize for DerivedPath
impl Serialize for DerivedPath
impl StructuralPartialEq for DerivedPath
Auto Trait Implementations§
impl Freeze for DerivedPath
impl RefUnwindSafe for DerivedPath
impl Send for DerivedPath
impl Sync for DerivedPath
impl Unpin for DerivedPath
impl UnwindSafe for DerivedPath
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