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
This method tests for
self
and other
values to be equal, and is used
by ==
.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 moreimpl Copy for VerifyOnly
impl Eq for VerifyOnly
impl StructuralEq for VerifyOnly
impl StructuralPartialEq for VerifyOnly
impl Verification for VerifyOnly
Auto Trait Implementations§
impl RefUnwindSafe for VerifyOnly
impl Send for VerifyOnly
impl Sync for VerifyOnly
impl Unpin for VerifyOnly
impl UnwindSafe for VerifyOnly
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