Struct depo_api::request::update_recovery::UpdateRecoveryResponse
source · pub struct UpdateRecoveryResponse { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for UpdateRecoveryResponse
impl Clone for UpdateRecoveryResponse
source§fn clone(&self) -> UpdateRecoveryResponse
fn clone(&self) -> UpdateRecoveryResponse
Returns a copy of the value. Read more
1.0.0 · 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 UpdateRecoveryResponse
impl Debug for UpdateRecoveryResponse
source§impl Display for UpdateRecoveryResponse
impl Display for UpdateRecoveryResponse
source§impl EnvelopeDecodable for UpdateRecoveryResponse
impl EnvelopeDecodable for UpdateRecoveryResponse
fn from_envelope(envelope: Envelope) -> Result<Self>
source§impl From<UpdateRecoveryResponse> for Envelope
impl From<UpdateRecoveryResponse> for Envelope
source§fn from(value: UpdateRecoveryResponse) -> Self
fn from(value: UpdateRecoveryResponse) -> Self
Converts to this type from the input type.
source§impl PartialEq for UpdateRecoveryResponse
impl PartialEq for UpdateRecoveryResponse
source§fn eq(&self, other: &UpdateRecoveryResponse) -> bool
fn eq(&self, other: &UpdateRecoveryResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<Envelope> for UpdateRecoveryResponse
impl TryFrom<Envelope> for UpdateRecoveryResponse
impl EnvelopeCodable for UpdateRecoveryResponse
impl Eq for UpdateRecoveryResponse
impl StructuralPartialEq for UpdateRecoveryResponse
Auto Trait Implementations§
impl Freeze for UpdateRecoveryResponse
impl RefUnwindSafe for UpdateRecoveryResponse
impl Send for UpdateRecoveryResponse
impl Sync for UpdateRecoveryResponse
impl Unpin for UpdateRecoveryResponse
impl UnwindSafe for UpdateRecoveryResponse
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
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more