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