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