pub struct DeserializeKey {
pub key: KeyId,
}Fields§
§key: KeyIdTrait Implementations§
Source§impl Clone for DeserializeKey
impl Clone for DeserializeKey
Source§fn clone(&self) -> DeserializeKey
fn clone(&self) -> DeserializeKey
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 DeserializeKey
impl Debug for DeserializeKey
Source§impl From<DeserializeKey> for Reply
Available on crate feature crypto-client only.
impl From<DeserializeKey> for Reply
Available on crate feature
crypto-client only.Source§fn from(reply: DeserializeKey) -> Reply
fn from(reply: DeserializeKey) -> Reply
Converts to this type from the input type.
Source§impl PartialEq for DeserializeKey
impl PartialEq for DeserializeKey
Source§fn eq(&self, other: &DeserializeKey) -> bool
fn eq(&self, other: &DeserializeKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl ReplyVariant for DeserializeKey
Available on crate feature crypto-client only.
impl ReplyVariant for DeserializeKey
Available on crate feature
crypto-client only.type Request = DeserializeKey
Source§impl TryFrom<Reply> for DeserializeKey
Available on crate feature crypto-client only.
impl TryFrom<Reply> for DeserializeKey
Available on crate feature
crypto-client only.impl Eq for DeserializeKey
impl StructuralPartialEq for DeserializeKey
Auto Trait Implementations§
impl Freeze for DeserializeKey
impl RefUnwindSafe for DeserializeKey
impl Send for DeserializeKey
impl Sync for DeserializeKey
impl Unpin for DeserializeKey
impl UnsafeUnpin for DeserializeKey
impl UnwindSafe for DeserializeKey
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