pub enum InterruptAttributorEvent {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for InterruptAttributorEvent
impl RefUnwindSafe for InterruptAttributorEvent
impl Send for InterruptAttributorEvent
impl Sync for InterruptAttributorEvent
impl Unpin for InterruptAttributorEvent
impl UnsafeUnpin for InterruptAttributorEvent
impl UnwindSafe for InterruptAttributorEvent
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