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