pub struct UserCheck {
pub presence: bool,
pub verification: bool,
}
Expand description
The result of a user validation check.
Fields§
§presence: bool
Indicates whether the user was present.
verification: bool
Indicates whether the user was verified.
Trait Implementations§
impl Copy for UserCheck
impl StructuralPartialEq for UserCheck
Auto Trait Implementations§
impl Freeze for UserCheck
impl RefUnwindSafe for UserCheck
impl Send for UserCheck
impl Sync for UserCheck
impl Unpin for UserCheck
impl UnwindSafe for UserCheck
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