Struct SinglePub
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§
§impl Ord for SinglePub
impl Ord for SinglePub
§impl PartialOrd for SinglePub
impl PartialOrd for SinglePub
impl Eq for SinglePub
impl StructuralPartialEq for SinglePub
Auto Trait Implementations§
impl Freeze for SinglePub
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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