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