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