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