pub struct HotplugError(/* private fields */);Expand description
Error returned when the OS refuses to create the filesystem watch.
Trait Implementations§
Source§impl Debug for HotplugError
impl Debug for HotplugError
Source§impl Display for HotplugError
impl Display for HotplugError
Source§impl Error for HotplugError
impl Error for HotplugError
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 HotplugError
impl RefUnwindSafe for HotplugError
impl Send for HotplugError
impl Sync for HotplugError
impl Unpin for HotplugError
impl UnsafeUnpin for HotplugError
impl UnwindSafe for HotplugError
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