pub struct UnwrapKey {
pub key: Option<KeyId>,
}Fields§
§key: Option<KeyId>Trait Implementations§
Source§impl ReplyVariant for UnwrapKey
Available on crate feature crypto-client only.
impl ReplyVariant for UnwrapKey
Available on crate feature
crypto-client only.impl Eq for UnwrapKey
impl StructuralPartialEq for UnwrapKey
Auto Trait Implementations§
impl Freeze for UnwrapKey
impl RefUnwindSafe for UnwrapKey
impl Send for UnwrapKey
impl Sync for UnwrapKey
impl Unpin for UnwrapKey
impl UnsafeUnpin for UnwrapKey
impl UnwindSafe for UnwrapKey
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