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