pub struct SignatureKey(/* private fields */);Expand description
Signature key provided by MAIB.
Implementations§
Trait Implementations§
Source§impl Debug for SignatureKey
impl Debug for SignatureKey
Auto Trait Implementations§
impl Freeze for SignatureKey
impl RefUnwindSafe for SignatureKey
impl Send for SignatureKey
impl Sync for SignatureKey
impl Unpin for SignatureKey
impl UnwindSafe for SignatureKey
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