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