pub struct UnwrapKey {
pub key: Option<KeyId>,
}
Available on crate feature
crypto-client
only.Fields§
§key: Option<KeyId>
Trait Implementations§
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 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