pub struct RevokeAdminTokenResponse { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RevokeAdminTokenResponse
impl Clone for RevokeAdminTokenResponse
Source§fn clone(&self) -> RevokeAdminTokenResponse
fn clone(&self) -> RevokeAdminTokenResponse
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 RevokeAdminTokenResponse
impl Debug for RevokeAdminTokenResponse
Source§impl Default for RevokeAdminTokenResponse
impl Default for RevokeAdminTokenResponse
Source§impl From<RevokeAdminTokenResponse> for RevokeAdminTokenResponse
impl From<RevokeAdminTokenResponse> for RevokeAdminTokenResponse
Source§fn from(value: RevokeAdminTokenResponse) -> Self
fn from(value: RevokeAdminTokenResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<RevokeAdminTokenResponse> for RevokeAdminTokenResponse
impl TryFrom<RevokeAdminTokenResponse> for RevokeAdminTokenResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: RevokeAdminTokenResponse) -> Result<Self, ConversionError>
fn try_from(value: RevokeAdminTokenResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for RevokeAdminTokenResponse
impl RefUnwindSafe for RevokeAdminTokenResponse
impl Send for RevokeAdminTokenResponse
impl Sync for RevokeAdminTokenResponse
impl Unpin for RevokeAdminTokenResponse
impl UnsafeUnpin for RevokeAdminTokenResponse
impl UnwindSafe for RevokeAdminTokenResponse
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