pub struct InterruptError {}
Implementations
sourceimpl InterruptError
impl InterruptError
Trait Implementations
sourceimpl Debug for InterruptError
impl Debug for InterruptError
sourceimpl Display for InterruptError
impl Display for InterruptError
sourceimpl PartialEq<InterruptError> for InterruptError
impl PartialEq<InterruptError> for InterruptError
impl Eq for InterruptError
impl StructuralEq for InterruptError
impl StructuralPartialEq for InterruptError
Auto Trait Implementations
impl RefUnwindSafe for InterruptError
impl Send for InterruptError
impl Sync for InterruptError
impl Unpin for InterruptError
impl UnwindSafe for InterruptError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more