Struct depo_api::request::delete_account::DeleteAccount
source · pub struct DeleteAccount();Implementations§
source§impl DeleteAccount
impl DeleteAccount
Trait Implementations§
source§impl Clone for DeleteAccount
impl Clone for DeleteAccount
source§fn clone(&self) -> DeleteAccount
fn clone(&self) -> DeleteAccount
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 DeleteAccount
impl Debug for DeleteAccount
source§impl Default for DeleteAccount
impl Default for DeleteAccount
source§impl Display for DeleteAccount
impl Display for DeleteAccount
source§impl From<DeleteAccount> for Expression
impl From<DeleteAccount> for Expression
source§fn from(_: DeleteAccount) -> Self
fn from(_: DeleteAccount) -> Self
Converts to this type from the input type.
source§impl PartialEq for DeleteAccount
impl PartialEq for DeleteAccount
source§fn eq(&self, other: &DeleteAccount) -> bool
fn eq(&self, other: &DeleteAccount) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl TryFrom<Expression> for DeleteAccount
impl TryFrom<Expression> for DeleteAccount
impl Eq for DeleteAccount
impl StructuralPartialEq for DeleteAccount
Auto Trait Implementations§
impl Freeze for DeleteAccount
impl RefUnwindSafe for DeleteAccount
impl Send for DeleteAccount
impl Sync for DeleteAccount
impl Unpin for DeleteAccount
impl UnwindSafe for DeleteAccount
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