pub struct UnsafeInjectKey {
pub key: KeyId,
}Fields§
§key: KeyIdTrait 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 Reply
Available on crate feature crypto-client only.
impl From<UnsafeInjectKey> for Reply
Available on crate feature
crypto-client only.Source§fn from(reply: UnsafeInjectKey) -> Reply
fn from(reply: UnsafeInjectKey) -> Reply
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 ReplyVariant for UnsafeInjectKey
Available on crate feature crypto-client only.
impl ReplyVariant for UnsafeInjectKey
Available on crate feature
crypto-client only.type Request = UnsafeInjectKey
Source§impl TryFrom<Reply> for UnsafeInjectKey
Available on crate feature crypto-client only.
impl TryFrom<Reply> 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