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