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