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