Enum bdk_chain::bitcoin::secp256k1::VerifyOnly
pub enum VerifyOnly {}
Expand description
Represents the set of capabilities needed for verification.
Trait Implementations§
§impl Clone for VerifyOnly
impl Clone for VerifyOnly
§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 more§impl Context for VerifyOnly
impl Context for VerifyOnly
§impl Debug for VerifyOnly
impl Debug for VerifyOnly
§impl Hash for VerifyOnly
impl Hash for VerifyOnly
§impl Ord for VerifyOnly
impl Ord for VerifyOnly
§impl PartialEq for VerifyOnly
impl PartialEq for VerifyOnly
§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 ==
.§impl PartialOrd for VerifyOnly
impl PartialOrd for VerifyOnly
§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 StructuralPartialEq for VerifyOnly
impl Verification for VerifyOnly
Auto Trait Implementations§
impl Freeze for VerifyOnly
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more