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