pub struct AmbientContextDetectStartedEvent {
pub ambient_context_detected: Option<AmbientContextType>,
pub object_count_reached: Option<bool>,
pub object_count: Option<u16>,
}Fields§
§ambient_context_detected: Option<AmbientContextType>§object_count_reached: Option<bool>§object_count: Option<u16>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AmbientContextDetectStartedEvent
impl RefUnwindSafe for AmbientContextDetectStartedEvent
impl Send for AmbientContextDetectStartedEvent
impl Sync for AmbientContextDetectStartedEvent
impl Unpin for AmbientContextDetectStartedEvent
impl UnsafeUnpin for AmbientContextDetectStartedEvent
impl UnwindSafe for AmbientContextDetectStartedEvent
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