pub struct CredentialAttemptGeneration(/* private fields */);Expand description
Monotonic identity of one credential-attempt generation.
Implementations§
Trait Implementations§
Source§impl Clone for CredentialAttemptGeneration
impl Clone for CredentialAttemptGeneration
Source§fn clone(&self) -> CredentialAttemptGeneration
fn clone(&self) -> CredentialAttemptGeneration
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CredentialAttemptGeneration
Source§impl Debug for CredentialAttemptGeneration
impl Debug for CredentialAttemptGeneration
impl Eq for CredentialAttemptGeneration
Source§impl Hash for CredentialAttemptGeneration
impl Hash for CredentialAttemptGeneration
Source§impl Ord for CredentialAttemptGeneration
impl Ord for CredentialAttemptGeneration
Source§fn cmp(&self, other: &CredentialAttemptGeneration) -> Ordering
fn cmp(&self, other: &CredentialAttemptGeneration) -> Ordering
1.21.0 (const: unstable) · 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 PartialOrd for CredentialAttemptGeneration
impl PartialOrd for CredentialAttemptGeneration
impl StructuralPartialEq for CredentialAttemptGeneration
Auto Trait Implementations§
impl Freeze for CredentialAttemptGeneration
impl RefUnwindSafe for CredentialAttemptGeneration
impl Send for CredentialAttemptGeneration
impl Sync for CredentialAttemptGeneration
impl Unpin for CredentialAttemptGeneration
impl UnsafeUnpin for CredentialAttemptGeneration
impl UnwindSafe for CredentialAttemptGeneration
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