pub struct SystemDirNotFound {
pub sys_label: String,
pub dir: String,
}Fields§
§sys_label: String§dir: StringImplementations§
Trait Implementations§
Source§impl Debug for SystemDirNotFound
impl Debug for SystemDirNotFound
Source§impl Display for SystemDirNotFound
impl Display for SystemDirNotFound
Source§impl Error for SystemDirNotFound
impl Error for SystemDirNotFound
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 SystemDirNotFound
impl RefUnwindSafe for SystemDirNotFound
impl Send for SystemDirNotFound
impl Sync for SystemDirNotFound
impl Unpin for SystemDirNotFound
impl UnsafeUnpin for SystemDirNotFound
impl UnwindSafe for SystemDirNotFound
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