Struct miniscript::descriptor::SinglePub
source · pub struct SinglePub {
pub origin: Option<(Fingerprint, DerivationPath)>,
pub key: SinglePubKey,
}
Expand description
A descriptor SinglePubKey
with optional origin information.
Fields§
§origin: Option<(Fingerprint, DerivationPath)>
Origin information (fingerprint and derivation path).
key: SinglePubKey
The public key.
Trait Implementations§
source§impl Ord for SinglePub
impl Ord for SinglePub
source§impl PartialEq<SinglePub> for SinglePub
impl PartialEq<SinglePub> for SinglePub
source§impl PartialOrd<SinglePub> for SinglePub
impl PartialOrd<SinglePub> for SinglePub
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 Eq for SinglePub
impl StructuralEq for SinglePub
impl StructuralPartialEq for SinglePub
Auto Trait Implementations§
impl RefUnwindSafe for SinglePub
impl Send for SinglePub
impl Sync for SinglePub
impl Unpin for SinglePub
impl UnwindSafe for SinglePub
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