pub struct ECCVerifyHandle {}Expand description
| Users of this module must hold an | | ECCVerifyHandle. The constructor | and destructor of these are not allowed | to run in parallel, though. |
Trait Implementations§
Source§impl Default for ECCVerifyHandle
impl Default for ECCVerifyHandle
Auto Trait Implementations§
impl Freeze for ECCVerifyHandle
impl RefUnwindSafe for ECCVerifyHandle
impl Send for ECCVerifyHandle
impl Sync for ECCVerifyHandle
impl Unpin for ECCVerifyHandle
impl UnwindSafe for ECCVerifyHandle
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