pub struct QVFalcon1024VerifyingKey(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for QVFalcon1024VerifyingKey
impl Clone for QVFalcon1024VerifyingKey
Source§fn clone(&self) -> QVFalcon1024VerifyingKey
fn clone(&self) -> QVFalcon1024VerifyingKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for QVFalcon1024VerifyingKey
impl RefUnwindSafe for QVFalcon1024VerifyingKey
impl Send for QVFalcon1024VerifyingKey
impl Sync for QVFalcon1024VerifyingKey
impl Unpin for QVFalcon1024VerifyingKey
impl UnsafeUnpin for QVFalcon1024VerifyingKey
impl UnwindSafe for QVFalcon1024VerifyingKey
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