Enum secp256k1::VerifyOnly
source · pub enum VerifyOnly {}
Expand description
Represents the set of capabilities needed for verification.
Trait Implementations§
source§impl Clone for VerifyOnly
impl Clone for VerifyOnly
source§fn clone(&self) -> VerifyOnly
fn clone(&self) -> VerifyOnly
Returns a copy 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 Context for VerifyOnly
impl Context for VerifyOnly
source§impl Debug for VerifyOnly
impl Debug for VerifyOnly
source§impl Hash for VerifyOnly
impl Hash for VerifyOnly
source§impl Ord for VerifyOnly
impl Ord for VerifyOnly
source§fn cmp(&self, other: &VerifyOnly) -> Ordering
fn cmp(&self, other: &VerifyOnly) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq<VerifyOnly> for VerifyOnly
impl PartialEq<VerifyOnly> for VerifyOnly
source§fn eq(&self, other: &VerifyOnly) -> bool
fn eq(&self, other: &VerifyOnly) -> bool
source§impl PartialOrd<VerifyOnly> for VerifyOnly
impl PartialOrd<VerifyOnly> for VerifyOnly
source§fn partial_cmp(&self, other: &VerifyOnly) -> Option<Ordering>
fn partial_cmp(&self, other: &VerifyOnly) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more