pub struct AuthorizationRequestId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AuthorizationRequestId
impl Clone for AuthorizationRequestId
Source§impl Debug for AuthorizationRequestId
impl Debug for AuthorizationRequestId
Source§impl<'de> Deserialize<'de> for AuthorizationRequestId
impl<'de> Deserialize<'de> for AuthorizationRequestId
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
impl Eq for AuthorizationRequestId
Source§impl From<AuthorizationRequestId> for String
impl From<AuthorizationRequestId> for String
Source§fn from(value: AuthorizationRequestId) -> Self
fn from(value: AuthorizationRequestId) -> Self
Converts to this type from the input type.
Source§impl Hash for AuthorizationRequestId
impl Hash for AuthorizationRequestId
Source§impl Ord for AuthorizationRequestId
impl Ord for AuthorizationRequestId
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 AuthorizationRequestId
impl PartialEq for AuthorizationRequestId
Source§impl PartialOrd for AuthorizationRequestId
impl PartialOrd for AuthorizationRequestId
Source§impl Serialize for AuthorizationRequestId
impl Serialize for AuthorizationRequestId
impl StructuralPartialEq for AuthorizationRequestId
Auto Trait Implementations§
impl Freeze for AuthorizationRequestId
impl RefUnwindSafe for AuthorizationRequestId
impl Send for AuthorizationRequestId
impl Sync for AuthorizationRequestId
impl Unpin for AuthorizationRequestId
impl UnsafeUnpin for AuthorizationRequestId
impl UnwindSafe for AuthorizationRequestId
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