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