pub struct PreparedCircleNanopayment {
pub payment_id: String,
pub managed_balance_id: String,
pub chain_id: String,
pub amount_minor_units: u64,
pub currency: String,
pub beneficiary_address: String,
pub dispatch_id: String,
}Fields§
§payment_id: String§managed_balance_id: String§chain_id: String§amount_minor_units: u64§currency: String§beneficiary_address: String§dispatch_id: StringTrait Implementations§
Source§impl Clone for PreparedCircleNanopayment
impl Clone for PreparedCircleNanopayment
Source§fn clone(&self) -> PreparedCircleNanopayment
fn clone(&self) -> PreparedCircleNanopayment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PreparedCircleNanopayment
impl Debug for PreparedCircleNanopayment
Source§impl<'de> Deserialize<'de> for PreparedCircleNanopayment
impl<'de> Deserialize<'de> for PreparedCircleNanopayment
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PreparedCircleNanopayment
impl StructuralPartialEq for PreparedCircleNanopayment
Auto Trait Implementations§
impl Freeze for PreparedCircleNanopayment
impl RefUnwindSafe for PreparedCircleNanopayment
impl Send for PreparedCircleNanopayment
impl Sync for PreparedCircleNanopayment
impl Unpin for PreparedCircleNanopayment
impl UnsafeUnpin for PreparedCircleNanopayment
impl UnwindSafe for PreparedCircleNanopayment
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