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