pub enum NixPathParseErr {
BadSplit,
}
Variants§
BadSplit
Trait Implementations§
Source§impl Clone for NixPathParseErr
impl Clone for NixPathParseErr
Source§fn clone(&self) -> NixPathParseErr
fn clone(&self) -> NixPathParseErr
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 NixPathParseErr
impl Debug for NixPathParseErr
Auto Trait Implementations§
impl Freeze for NixPathParseErr
impl RefUnwindSafe for NixPathParseErr
impl Send for NixPathParseErr
impl Sync for NixPathParseErr
impl Unpin for NixPathParseErr
impl UnwindSafe for NixPathParseErr
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