Struct xdg::BaseDirectoriesError
source · [−]pub struct BaseDirectoriesError { /* private fields */ }
Trait Implementations
sourceimpl Debug for BaseDirectoriesError
impl Debug for BaseDirectoriesError
sourceimpl Display for BaseDirectoriesError
impl Display for BaseDirectoriesError
sourceimpl Error for BaseDirectoriesError
impl Error for BaseDirectoriesError
sourcefn description(&self) -> &str
fn description(&self) -> &str
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
sourcefn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
sourceimpl From<BaseDirectoriesError> for Error
impl From<BaseDirectoriesError> for Error
sourcefn from(error: BaseDirectoriesError) -> Error
fn from(error: BaseDirectoriesError) -> Error
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for BaseDirectoriesError
impl Send for BaseDirectoriesError
impl Sync for BaseDirectoriesError
impl Unpin for BaseDirectoriesError
impl !UnwindSafe for BaseDirectoriesError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more