pub enum NativeVerifiers {
Blst,
Sha3_256,
Secp256k1,
}Variants§
Trait Implementations§
Source§impl Clone for NativeVerifiers
impl Clone for NativeVerifiers
Source§fn clone(&self) -> NativeVerifiers
fn clone(&self) -> NativeVerifiers
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 moreSource§impl Debug for NativeVerifiers
impl Debug for NativeVerifiers
Source§impl From<NativeVerifiers> for ProgramId
impl From<NativeVerifiers> for ProgramId
Source§fn from(value: NativeVerifiers) -> Self
fn from(value: NativeVerifiers) -> Self
Converts to this type from the input type.
Source§impl From<NativeVerifiers> for Verifier
impl From<NativeVerifiers> for Verifier
Source§fn from(value: NativeVerifiers) -> Self
fn from(value: NativeVerifiers) -> Self
Converts to this type from the input type.
Source§impl TryFrom<&Verifier> for NativeVerifiers
impl TryFrom<&Verifier> for NativeVerifiers
impl Copy for NativeVerifiers
Auto Trait Implementations§
impl Freeze for NativeVerifiers
impl RefUnwindSafe for NativeVerifiers
impl Send for NativeVerifiers
impl Sync for NativeVerifiers
impl Unpin for NativeVerifiers
impl UnsafeUnpin for NativeVerifiers
impl UnwindSafe for NativeVerifiers
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