pub struct ZoneStoppedEvent {
pub zone: Option<u8>,
pub reason: Option<ZoneEventStoppedReason>,
}Fields§
§zone: Option<u8>§reason: Option<ZoneEventStoppedReason>Trait Implementations§
Source§impl Debug for ZoneStoppedEvent
impl Debug for ZoneStoppedEvent
Auto Trait Implementations§
impl Freeze for ZoneStoppedEvent
impl RefUnwindSafe for ZoneStoppedEvent
impl Send for ZoneStoppedEvent
impl Sync for ZoneStoppedEvent
impl Unpin for ZoneStoppedEvent
impl UnwindSafe for ZoneStoppedEvent
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