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