pub struct CurrentDirContext;
Expand description
SNAFU context selector for the ConfigError::CurrentDir
variant
Trait Implementationsยง
Sourceยงimpl Clone for CurrentDirContext
impl Clone for CurrentDirContext
Sourceยงfn clone(&self) -> CurrentDirContext
fn clone(&self) -> CurrentDirContext
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 CurrentDirContext
impl Debug for CurrentDirContext
Sourceยงimpl IntoError<ConfigError> for CurrentDirContext
impl IntoError<ConfigError> for CurrentDirContext
Sourceยงfn into_error(self, error: Self::Source) -> ConfigError
fn into_error(self, error: Self::Source) -> ConfigError
Combine the information to produce the error
impl Copy for CurrentDirContext
Auto Trait Implementationsยง
impl Freeze for CurrentDirContext
impl RefUnwindSafe for CurrentDirContext
impl Send for CurrentDirContext
impl Sync for CurrentDirContext
impl Unpin for CurrentDirContext
impl UnwindSafe for CurrentDirContext
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