pub struct LoginChallengeId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for LoginChallengeId
impl Clone for LoginChallengeId
impl Copy for LoginChallengeId
Source§impl Debug for LoginChallengeId
impl Debug for LoginChallengeId
Source§impl<'de> Deserialize<'de> for LoginChallengeId
impl<'de> Deserialize<'de> for LoginChallengeId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for LoginChallengeId
impl Display for LoginChallengeId
impl Eq for LoginChallengeId
Source§impl From<LoginChallengeId> for Uuid
impl From<LoginChallengeId> for Uuid
Source§fn from(value: LoginChallengeId) -> Self
fn from(value: LoginChallengeId) -> Self
Converts to this type from the input type.
Source§impl From<Uuid> for LoginChallengeId
impl From<Uuid> for LoginChallengeId
Source§impl FromStr for LoginChallengeId
impl FromStr for LoginChallengeId
Source§impl Hash for LoginChallengeId
impl Hash for LoginChallengeId
Source§impl Ord for LoginChallengeId
impl Ord for LoginChallengeId
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for LoginChallengeId
impl PartialEq for LoginChallengeId
Source§impl PartialOrd for LoginChallengeId
impl PartialOrd for LoginChallengeId
Source§impl Serialize for LoginChallengeId
impl Serialize for LoginChallengeId
impl StructuralPartialEq for LoginChallengeId
Auto Trait Implementations§
impl Freeze for LoginChallengeId
impl RefUnwindSafe for LoginChallengeId
impl Send for LoginChallengeId
impl Sync for LoginChallengeId
impl Unpin for LoginChallengeId
impl UnsafeUnpin for LoginChallengeId
impl UnwindSafe for LoginChallengeId
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