pub struct BoostStartedEvent {
pub boost_info: Option<WaterHeaterBoostInfo>,
}Fields§
§boost_info: Option<WaterHeaterBoostInfo>Trait Implementations§
Source§impl Debug for BoostStartedEvent
impl Debug for BoostStartedEvent
Auto Trait Implementations§
impl Freeze for BoostStartedEvent
impl RefUnwindSafe for BoostStartedEvent
impl Send for BoostStartedEvent
impl Sync for BoostStartedEvent
impl Unpin for BoostStartedEvent
impl UnwindSafe for BoostStartedEvent
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