pub struct AmbientContextDetectEndedEvent {
pub event_start_time: Option<u8>,
}Fields§
§event_start_time: Option<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AmbientContextDetectEndedEvent
impl RefUnwindSafe for AmbientContextDetectEndedEvent
impl Send for AmbientContextDetectEndedEvent
impl Sync for AmbientContextDetectEndedEvent
impl Unpin for AmbientContextDetectEndedEvent
impl UnsafeUnpin for AmbientContextDetectEndedEvent
impl UnwindSafe for AmbientContextDetectEndedEvent
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