pub struct MinisignKey {
pub key_id: [u8; 8],
/* private fields */
}Expand description
A parsed minisign public key.
Fields§
§key_id: [u8; 8]Auto Trait Implementations§
impl Freeze for MinisignKey
impl RefUnwindSafe for MinisignKey
impl Send for MinisignKey
impl Sync for MinisignKey
impl Unpin for MinisignKey
impl UnsafeUnpin for MinisignKey
impl UnwindSafe for MinisignKey
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