pub struct DeleteAllKeys {
pub count: usize,
}Fields§
§count: usizeTrait Implementations§
Source§impl Clone for DeleteAllKeys
impl Clone for DeleteAllKeys
Source§fn clone(&self) -> DeleteAllKeys
fn clone(&self) -> DeleteAllKeys
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeleteAllKeys
impl Debug for DeleteAllKeys
Source§impl From<DeleteAllKeys> for Reply
Available on crate feature crypto-client only.
impl From<DeleteAllKeys> for Reply
Available on crate feature
crypto-client only.Source§fn from(reply: DeleteAllKeys) -> Reply
fn from(reply: DeleteAllKeys) -> Reply
Converts to this type from the input type.
Source§impl PartialEq for DeleteAllKeys
impl PartialEq for DeleteAllKeys
Source§fn eq(&self, other: &DeleteAllKeys) -> bool
fn eq(&self, other: &DeleteAllKeys) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ReplyVariant for DeleteAllKeys
Available on crate feature crypto-client only.
impl ReplyVariant for DeleteAllKeys
Available on crate feature
crypto-client only.type Request = DeleteAllKeys
Source§impl TryFrom<Reply> for DeleteAllKeys
Available on crate feature crypto-client only.
impl TryFrom<Reply> for DeleteAllKeys
Available on crate feature
crypto-client only.impl Eq for DeleteAllKeys
impl StructuralPartialEq for DeleteAllKeys
Auto Trait Implementations§
impl Freeze for DeleteAllKeys
impl RefUnwindSafe for DeleteAllKeys
impl Send for DeleteAllKeys
impl Sync for DeleteAllKeys
impl Unpin for DeleteAllKeys
impl UnsafeUnpin for DeleteAllKeys
impl UnwindSafe for DeleteAllKeys
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