pub struct CheckinEvent { /* private fields */ }
Expand description
Information about a checkin event.
Implementations
sourceimpl CheckinEvent
impl CheckinEvent
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CheckinEvent
impl Send for CheckinEvent
impl Sync for CheckinEvent
impl Unpin for CheckinEvent
impl UnwindSafe for CheckinEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more