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