pub struct Verification {
pub password: MatchStatus,
pub hash: MatchStatus,
}Fields§
§password: MatchStatus§hash: MatchStatusTrait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for Verification
impl<'__de, __Context> BorrowDecode<'__de, __Context> for Verification
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Clone for Verification
impl Clone for Verification
Source§fn clone(&self) -> Verification
fn clone(&self) -> Verification
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Verification
impl Debug for Verification
Source§impl<__Context> Decode<__Context> for Verification
impl<__Context> Decode<__Context> for Verification
Source§impl Default for Verification
impl Default for Verification
Source§impl Encode for Verification
impl Encode for Verification
Source§impl Ord for Verification
impl Ord for Verification
Source§fn cmp(&self, other: &Verification) -> Ordering
fn cmp(&self, other: &Verification) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Verification
impl PartialEq for Verification
Source§impl PartialOrd for Verification
impl PartialOrd for Verification
impl Eq for Verification
impl StructuralPartialEq for Verification
Auto Trait Implementations§
impl Freeze for Verification
impl RefUnwindSafe for Verification
impl Send for Verification
impl Sync for Verification
impl Unpin for Verification
impl UnwindSafe for Verification
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