pub struct CheckpointVtxoPolicy {
pub user_pubkey: PublicKey,
}Fields§
§user_pubkey: PublicKeyTrait Implementations§
Source§impl Clone for CheckpointVtxoPolicy
impl Clone for CheckpointVtxoPolicy
Source§fn clone(&self) -> CheckpointVtxoPolicy
fn clone(&self) -> CheckpointVtxoPolicy
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 CheckpointVtxoPolicy
impl Debug for CheckpointVtxoPolicy
Source§impl From<CheckpointVtxoPolicy> for VtxoPolicy
impl From<CheckpointVtxoPolicy> for VtxoPolicy
Source§fn from(policy: CheckpointVtxoPolicy) -> Self
fn from(policy: CheckpointVtxoPolicy) -> Self
Converts to this type from the input type.
Source§impl Hash for CheckpointVtxoPolicy
impl Hash for CheckpointVtxoPolicy
Source§impl Ord for CheckpointVtxoPolicy
impl Ord for CheckpointVtxoPolicy
Source§fn cmp(&self, other: &CheckpointVtxoPolicy) -> Ordering
fn cmp(&self, other: &CheckpointVtxoPolicy) -> 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 for CheckpointVtxoPolicy
impl PartialEq for CheckpointVtxoPolicy
Source§impl PartialOrd for CheckpointVtxoPolicy
impl PartialOrd for CheckpointVtxoPolicy
impl Eq for CheckpointVtxoPolicy
impl StructuralPartialEq for CheckpointVtxoPolicy
Auto Trait Implementations§
impl Freeze for CheckpointVtxoPolicy
impl RefUnwindSafe for CheckpointVtxoPolicy
impl Send for CheckpointVtxoPolicy
impl Sync for CheckpointVtxoPolicy
impl Unpin for CheckpointVtxoPolicy
impl UnwindSafe for CheckpointVtxoPolicy
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.