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