Struct depo_api::request::update_recovery::UpdateRecovery
source · pub struct UpdateRecovery(/* private fields */);Implementations§
Trait Implementations§
source§impl Clone for UpdateRecovery
impl Clone for UpdateRecovery
source§fn clone(&self) -> UpdateRecovery
fn clone(&self) -> UpdateRecovery
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 UpdateRecovery
impl Debug for UpdateRecovery
source§impl Display for UpdateRecovery
impl Display for UpdateRecovery
source§impl From<UpdateRecovery> for Expression
impl From<UpdateRecovery> for Expression
source§fn from(value: UpdateRecovery) -> Self
fn from(value: UpdateRecovery) -> Self
Converts to this type from the input type.
source§impl PartialEq for UpdateRecovery
impl PartialEq for UpdateRecovery
source§fn eq(&self, other: &UpdateRecovery) -> bool
fn eq(&self, other: &UpdateRecovery) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<Expression> for UpdateRecovery
impl TryFrom<Expression> for UpdateRecovery
impl Eq for UpdateRecovery
impl StructuralPartialEq for UpdateRecovery
Auto Trait Implementations§
impl Freeze for UpdateRecovery
impl RefUnwindSafe for UpdateRecovery
impl Send for UpdateRecovery
impl Sync for UpdateRecovery
impl Unpin for UpdateRecovery
impl UnwindSafe for UpdateRecovery
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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