pub struct CurrentConditionsChangedEvent {
pub current_conditions: Option<ElectricalGridConditions>,
}Fields§
§current_conditions: Option<ElectricalGridConditions>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CurrentConditionsChangedEvent
impl RefUnwindSafe for CurrentConditionsChangedEvent
impl Send for CurrentConditionsChangedEvent
impl Sync for CurrentConditionsChangedEvent
impl Unpin for CurrentConditionsChangedEvent
impl UnwindSafe for CurrentConditionsChangedEvent
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