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