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