pub enum LocationError {
NoDataDir,
}Expand description
Error type for store-location resolution.
Variants§
NoDataDir
Trait Implementations§
Source§impl Debug for LocationError
impl Debug for LocationError
Source§impl Display for LocationError
impl Display for LocationError
Source§impl Error for LocationError
impl Error for LocationError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for LocationError
impl RefUnwindSafe for LocationError
impl Send for LocationError
impl Sync for LocationError
impl Unpin for LocationError
impl UnsafeUnpin for LocationError
impl UnwindSafe for LocationError
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