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 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