pub enum HealthVerificationEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HealthVerificationEvent
impl RefUnwindSafe for HealthVerificationEvent
impl Send for HealthVerificationEvent
impl Sync for HealthVerificationEvent
impl Unpin for HealthVerificationEvent
impl UnwindSafe for HealthVerificationEvent
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