pub struct Validation {
pub password: MatchStatus,
pub hash: MatchStatus,
pub path: PathStatus,
}Fields§
§password: MatchStatus§hash: MatchStatus§path: PathStatusTrait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for Validation
impl<'__de, __Context> BorrowDecode<'__de, __Context> for Validation
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 Validation
impl Clone for Validation
Source§fn clone(&self) -> Validation
fn clone(&self) -> Validation
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 Validation
impl Debug for Validation
Source§impl<__Context> Decode<__Context> for Validation
impl<__Context> Decode<__Context> for Validation
Source§impl Default for Validation
impl Default for Validation
Source§impl Encode for Validation
impl Encode for Validation
Source§impl Ord for Validation
impl Ord for Validation
Source§fn cmp(&self, other: &Validation) -> Ordering
fn cmp(&self, other: &Validation) -> 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 Validation
impl PartialEq for Validation
Source§impl PartialOrd for Validation
impl PartialOrd for Validation
impl Copy for Validation
impl Eq for Validation
impl StructuralPartialEq for Validation
Auto Trait Implementations§
impl Freeze for Validation
impl RefUnwindSafe for Validation
impl Send for Validation
impl Sync for Validation
impl Unpin for Validation
impl UnwindSafe for Validation
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