pub struct SerializeKey {
pub mechanism: Mechanism,
pub key: KeyId,
pub format: KeySerialization,
}
Available on crate feature
crypto-client
only.Fields§
§mechanism: Mechanism
§key: KeyId
§format: KeySerialization
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 Request
impl From<SerializeKey> for Request
Source§fn from(request: SerializeKey) -> Self
fn from(request: SerializeKey) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SerializeKey
impl PartialEq for SerializeKey
Source§impl RequestVariant for SerializeKey
impl RequestVariant for SerializeKey
type Reply = SerializeKey
Source§impl TryFrom<Request> for SerializeKey
impl TryFrom<Request> 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