pub struct ChangeOutput {
pub address: Address,
pub value: Amount,
pub derivation_path: Bip86Path,
}Expand description
Change output
Fields§
§address: Address§value: Amount§derivation_path: Bip86PathTrait Implementations§
Source§impl Clone for ChangeOutput
impl Clone for ChangeOutput
Source§fn clone(&self) -> ChangeOutput
fn clone(&self) -> ChangeOutput
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 ChangeOutput
impl RefUnwindSafe for ChangeOutput
impl Send for ChangeOutput
impl Sync for ChangeOutput
impl Unpin for ChangeOutput
impl UnsafeUnpin for ChangeOutput
impl UnwindSafe for ChangeOutput
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