pub struct SerializeKey {
pub serialized_key: SerializedKey,
}
Available on crate feature
crypto-client
only.Fields§
§serialized_key: SerializedKey
Trait 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 · 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
impl From<SerializeKey> for Reply
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§impl ReplyVariant for SerializeKey
impl ReplyVariant for SerializeKey
type Request = SerializeKey
Source§impl TryFrom<Reply> for SerializeKey
impl TryFrom<Reply> for SerializeKey
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 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