Struct bitbox_api::btc::KeyOriginInfo
source · pub struct KeyOriginInfo {
pub root_fingerprint: Option<Fingerprint>,
pub keypath: Option<Keypath>,
pub xpub: ExtendedPubKey,
}
Fields§
§root_fingerprint: Option<Fingerprint>
§keypath: Option<Keypath>
§xpub: ExtendedPubKey
Trait Implementations§
source§impl Clone for KeyOriginInfo
impl Clone for KeyOriginInfo
source§fn clone(&self) -> KeyOriginInfo
fn clone(&self) -> KeyOriginInfo
Returns a copy 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 From<KeyOriginInfo> for KeyOriginInfo
impl From<KeyOriginInfo> for KeyOriginInfo
source§fn from(value: KeyOriginInfo) -> Self
fn from(value: KeyOriginInfo) -> Self
Converts to this type from the input type.
source§impl PartialEq for KeyOriginInfo
impl PartialEq for KeyOriginInfo
source§fn eq(&self, other: &KeyOriginInfo) -> bool
fn eq(&self, other: &KeyOriginInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for KeyOriginInfo
Auto Trait Implementations§
impl RefUnwindSafe for KeyOriginInfo
impl Send for KeyOriginInfo
impl Sync for KeyOriginInfo
impl Unpin for KeyOriginInfo
impl UnwindSafe for KeyOriginInfo
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