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