pub struct DeleteAllKeys {
pub location: Location,
}
Available on crate feature
crypto-client
only.Fields§
§location: Location
Trait 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 · 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 Request
impl From<DeleteAllKeys> for Request
Source§fn from(request: DeleteAllKeys) -> Self
fn from(request: DeleteAllKeys) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DeleteAllKeys
impl PartialEq for DeleteAllKeys
Source§impl RequestVariant for DeleteAllKeys
impl RequestVariant for DeleteAllKeys
type Reply = DeleteAllKeys
Source§impl TryFrom<Request> for DeleteAllKeys
impl TryFrom<Request> for DeleteAllKeys
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 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