Struct depo_api::request::get_recovery::GetRecoveryResponse
source · pub struct GetRecoveryResponse { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for GetRecoveryResponse
impl Clone for GetRecoveryResponse
source§fn clone(&self) -> GetRecoveryResponse
fn clone(&self) -> GetRecoveryResponse
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 GetRecoveryResponse
impl Debug for GetRecoveryResponse
source§impl Display for GetRecoveryResponse
impl Display for GetRecoveryResponse
source§impl From<GetRecoveryResponse> for Envelope
impl From<GetRecoveryResponse> for Envelope
source§fn from(value: GetRecoveryResponse) -> Self
fn from(value: GetRecoveryResponse) -> Self
Converts to this type from the input type.
source§impl PartialEq for GetRecoveryResponse
impl PartialEq for GetRecoveryResponse
source§fn eq(&self, other: &GetRecoveryResponse) -> bool
fn eq(&self, other: &GetRecoveryResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<Envelope> for GetRecoveryResponse
impl TryFrom<Envelope> for GetRecoveryResponse
impl Eq for GetRecoveryResponse
impl StructuralPartialEq for GetRecoveryResponse
Auto Trait Implementations§
impl Freeze for GetRecoveryResponse
impl RefUnwindSafe for GetRecoveryResponse
impl Send for GetRecoveryResponse
impl Sync for GetRecoveryResponse
impl Unpin for GetRecoveryResponse
impl UnwindSafe for GetRecoveryResponse
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> EnvelopeEncodable for T
impl<T> EnvelopeEncodable for T
fn into_envelope(self) -> Envelope
fn to_envelope(&self) -> Envelopewhere
Self: Clone,
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