pub struct PubkeyVtxoPolicy {
pub user_pubkey: PublicKey,
}Fields§
§user_pubkey: PublicKeyTrait Implementations§
Source§impl Clone for PubkeyVtxoPolicy
impl Clone for PubkeyVtxoPolicy
Source§fn clone(&self) -> PubkeyVtxoPolicy
fn clone(&self) -> PubkeyVtxoPolicy
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 PubkeyVtxoPolicy
impl Debug for PubkeyVtxoPolicy
Source§impl From<PubkeyVtxoPolicy> for VtxoPolicy
impl From<PubkeyVtxoPolicy> for VtxoPolicy
Source§fn from(policy: PubkeyVtxoPolicy) -> Self
fn from(policy: PubkeyVtxoPolicy) -> Self
Converts to this type from the input type.
Source§impl Hash for PubkeyVtxoPolicy
impl Hash for PubkeyVtxoPolicy
Source§impl Ord for PubkeyVtxoPolicy
impl Ord for PubkeyVtxoPolicy
Source§fn cmp(&self, other: &PubkeyVtxoPolicy) -> Ordering
fn cmp(&self, other: &PubkeyVtxoPolicy) -> 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 PubkeyVtxoPolicy
impl PartialEq for PubkeyVtxoPolicy
Source§impl PartialOrd for PubkeyVtxoPolicy
impl PartialOrd for PubkeyVtxoPolicy
impl Eq for PubkeyVtxoPolicy
impl StructuralPartialEq for PubkeyVtxoPolicy
Auto Trait Implementations§
impl Freeze for PubkeyVtxoPolicy
impl RefUnwindSafe for PubkeyVtxoPolicy
impl Send for PubkeyVtxoPolicy
impl Sync for PubkeyVtxoPolicy
impl Unpin for PubkeyVtxoPolicy
impl UnwindSafe for PubkeyVtxoPolicy
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