pub struct FSError(/* private fields */);Trait Implementations§
Source§impl Error for FSError
impl Error for FSError
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()
Source§impl From<FSError> for switch_status_t
impl From<FSError> for switch_status_t
Source§impl From<switch_status_t> for FSError
impl From<switch_status_t> for FSError
Source§fn from(value: switch_status_t) -> Self
fn from(value: switch_status_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FSError
impl RefUnwindSafe for FSError
impl Send for FSError
impl Sync for FSError
impl Unpin for FSError
impl UnwindSafe for FSError
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