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