Struct create_bitcoin_transaction::PayTo
source · [−]Fields
address: Stringamount_in_sats: u64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PayTo
impl Send for PayTo
impl Sync for PayTo
impl Unpin for PayTo
impl UnwindSafe for PayTo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more