pub struct SerializedExtendedKeys {
pub xpub: String,
pub xpriv: String,
}Fields§
§xpub: String§xpriv: StringTrait Implementations§
Source§impl Clone for SerializedExtendedKeys
impl Clone for SerializedExtendedKeys
Source§fn clone(&self) -> SerializedExtendedKeys
fn clone(&self) -> SerializedExtendedKeys
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 moreAuto Trait Implementations§
impl Freeze for SerializedExtendedKeys
impl RefUnwindSafe for SerializedExtendedKeys
impl Send for SerializedExtendedKeys
impl Sync for SerializedExtendedKeys
impl Unpin for SerializedExtendedKeys
impl UnwindSafe for SerializedExtendedKeys
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