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