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