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 EnvelopeDecodable for GetRecoveryResponse
impl EnvelopeDecodable for GetRecoveryResponse
fn from_envelope(envelope: Envelope) -> Result<Self>
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 EnvelopeCodable 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