Struct bdk_chain::bitcoin::secp256k1::VerifyOnlyPreallocated
pub struct VerifyOnlyPreallocated<'buf> { /* private fields */ }
Expand description
Represents the set of capabilities needed for verification (preallocated memory).
Trait Implementations§
§impl<'buf> Clone for VerifyOnlyPreallocated<'buf>
impl<'buf> Clone for VerifyOnlyPreallocated<'buf>
§fn clone(&self) -> VerifyOnlyPreallocated<'buf>
fn clone(&self) -> VerifyOnlyPreallocated<'buf>
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<'buf> Context for VerifyOnlyPreallocated<'buf>
impl<'buf> Context for VerifyOnlyPreallocated<'buf>
§impl<'buf> Debug for VerifyOnlyPreallocated<'buf>
impl<'buf> Debug for VerifyOnlyPreallocated<'buf>
§impl<'buf> Hash for VerifyOnlyPreallocated<'buf>
impl<'buf> Hash for VerifyOnlyPreallocated<'buf>
§impl<'buf> Ord for VerifyOnlyPreallocated<'buf>
impl<'buf> Ord for VerifyOnlyPreallocated<'buf>
§fn cmp(&self, other: &VerifyOnlyPreallocated<'buf>) -> Ordering
fn cmp(&self, other: &VerifyOnlyPreallocated<'buf>) -> 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
§impl<'buf> PartialEq for VerifyOnlyPreallocated<'buf>
impl<'buf> PartialEq for VerifyOnlyPreallocated<'buf>
§fn eq(&self, other: &VerifyOnlyPreallocated<'buf>) -> bool
fn eq(&self, other: &VerifyOnlyPreallocated<'buf>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl<'buf> PartialOrd for VerifyOnlyPreallocated<'buf>
impl<'buf> PartialOrd for VerifyOnlyPreallocated<'buf>
§fn partial_cmp(&self, other: &VerifyOnlyPreallocated<'buf>) -> Option<Ordering>
fn partial_cmp(&self, other: &VerifyOnlyPreallocated<'buf>) -> 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<'buf> Copy for VerifyOnlyPreallocated<'buf>
impl<'buf> Eq for VerifyOnlyPreallocated<'buf>
impl<'buf> PreallocatedContext<'buf> for VerifyOnlyPreallocated<'buf>
impl<'buf> StructuralPartialEq for VerifyOnlyPreallocated<'buf>
impl<'buf> Verification for VerifyOnlyPreallocated<'buf>
Auto Trait Implementations§
impl<'buf> Freeze for VerifyOnlyPreallocated<'buf>
impl<'buf> RefUnwindSafe for VerifyOnlyPreallocated<'buf>
impl<'buf> Send for VerifyOnlyPreallocated<'buf>
impl<'buf> Sync for VerifyOnlyPreallocated<'buf>
impl<'buf> Unpin for VerifyOnlyPreallocated<'buf>
impl<'buf> UnwindSafe for VerifyOnlyPreallocated<'buf>
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