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