pub struct KeyOriginInfo {
pub root_fingerprint: Option<Fingerprint>,
pub keypath: Option<Keypath>,
pub xpub: Xpub,
}
Fields§
§root_fingerprint: Option<Fingerprint>
§keypath: Option<Keypath>
§xpub: Xpub
Trait Implementations§
Source§impl Clone for KeyOriginInfo
impl Clone for KeyOriginInfo
Source§fn clone(&self) -> KeyOriginInfo
fn clone(&self) -> KeyOriginInfo
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 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
impl StructuralPartialEq for KeyOriginInfo
Auto Trait Implementations§
impl Freeze for KeyOriginInfo
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