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