pub struct NativeSigningKey { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NativeSigningKey
impl RefUnwindSafe for NativeSigningKey
impl Send for NativeSigningKey
impl Sync for NativeSigningKey
impl Unpin for NativeSigningKey
impl UnsafeUnpin for NativeSigningKey
impl UnwindSafe for NativeSigningKey
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