pub struct PayFrom {
pub transaction: String,
pub vout_index: u64,
pub script_pub_key_hex_of_vout: String,
pub address: String,
pub vout_amount_in_sats: u64,
}Fields§
§transaction: String§vout_index: u64§script_pub_key_hex_of_vout: String§address: String§vout_amount_in_sats: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for PayFrom
impl RefUnwindSafe for PayFrom
impl Send for PayFrom
impl Sync for PayFrom
impl Unpin for PayFrom
impl UnwindSafe for PayFrom
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