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