pub struct CheckinEvent { /* private fields */ }
Expand description
Information about a checkin event.
Implementations§
Source§impl CheckinEvent
impl CheckinEvent
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CheckinEvent
impl RefUnwindSafe for CheckinEvent
impl Send for CheckinEvent
impl Sync for CheckinEvent
impl Unpin for CheckinEvent
impl UnwindSafe for CheckinEvent
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