pub struct Ed448Verify;Expand description
Ed448 verification primitive (trait-dispatched).
Trait Implementations§
Source§impl Clone for Ed448Verify
impl Clone for Ed448Verify
Source§fn clone(&self) -> Ed448Verify
fn clone(&self) -> Ed448Verify
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Ed448Verify
impl Debug for Ed448Verify
Source§impl Default for Ed448Verify
impl Default for Ed448Verify
Source§fn default() -> Ed448Verify
fn default() -> Ed448Verify
Returns the “default value” for a type. Read more
Source§impl Verifier for Ed448Verify
impl Verifier for Ed448Verify
impl Copy for Ed448Verify
Auto Trait Implementations§
impl Freeze for Ed448Verify
impl RefUnwindSafe for Ed448Verify
impl Send for Ed448Verify
impl Sync for Ed448Verify
impl Unpin for Ed448Verify
impl UnsafeUnpin for Ed448Verify
impl UnwindSafe for Ed448Verify
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