pub struct AddDeviceError { /* private fields */ }
Expand description
Errors that may occur while adding a device to the chipset.
Trait Implementations§
Source§impl Debug for AddDeviceError
impl Debug for AddDeviceError
Source§impl Display for AddDeviceError
impl Display for AddDeviceError
Source§impl Error for AddDeviceError
impl Error for AddDeviceError
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 AddDeviceError
impl !RefUnwindSafe for AddDeviceError
impl Send for AddDeviceError
impl Sync for AddDeviceError
impl Unpin for AddDeviceError
impl !UnwindSafe for AddDeviceError
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