pub struct InterruptError;
Available on
Linux
only.Trait Implementations§
Source§impl Clone for InterruptError
impl Clone for InterruptError
Source§fn clone(&self) -> InterruptError
fn clone(&self) -> InterruptError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InterruptError
impl Debug for InterruptError
Source§impl Display for InterruptError
impl Display for InterruptError
Source§impl Error for InterruptError
impl Error for InterruptError
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<InterruptError> for CloseError
impl From<InterruptError> for CloseError
Source§fn from(value: InterruptError) -> Self
fn from(value: InterruptError) -> Self
Converts to this type from the input type.
Source§impl From<InterruptError> for LockError
impl From<InterruptError> for LockError
Source§fn from(value: InterruptError) -> Self
fn from(value: InterruptError) -> Self
Converts to this type from the input type.
Source§impl From<InterruptError> for SyncError
impl From<InterruptError> for SyncError
Source§fn from(value: InterruptError) -> Self
fn from(value: InterruptError) -> Self
Converts to this type from the input type.
Source§impl From<InterruptError> for TryLockError
impl From<InterruptError> for TryLockError
Source§fn from(value: InterruptError) -> Self
fn from(value: InterruptError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InterruptError
impl RefUnwindSafe for InterruptError
impl Send for InterruptError
impl Sync for InterruptError
impl Unpin for InterruptError
impl UnwindSafe for InterruptError
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