pub struct UnsafeInjectKey {
pub mechanism: Mechanism,
pub raw_key: SerializedKey,
pub attributes: StorageAttributes,
pub format: KeySerialization,
}
Available on crate feature
crypto-client
only.Fields§
§mechanism: Mechanism
§raw_key: SerializedKey
§attributes: StorageAttributes
§format: KeySerialization
Trait 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 · 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
impl From<UnsafeInjectKey> for Request
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§impl RequestVariant for UnsafeInjectKey
impl RequestVariant for UnsafeInjectKey
type Reply = UnsafeInjectKey
Source§impl TryFrom<Request> for UnsafeInjectKey
impl TryFrom<Request> for UnsafeInjectKey
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 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