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