pub struct MassPayment {
pub correlation_id: Option<String>,
pub created: String,
pub embedded: Map<String, Value>,
pub id: String,
pub links: Map<String, Value>,
pub metadata: Map<String, Value>,
pub status: String,
pub total: Map<String, Value>,
pub total_fees: Map<String, Value>,
}Fields§
§correlation_id: Option<String>§created: String§embedded: Map<String, Value>§id: String§links: Map<String, Value>§metadata: Map<String, Value>§status: String§total: Map<String, Value>§total_fees: Map<String, Value>Trait Implementations§
Source§impl Clone for MassPayment
impl Clone for MassPayment
Source§fn clone(&self) -> MassPayment
fn clone(&self) -> MassPayment
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 moreSource§impl Debug for MassPayment
impl Debug for MassPayment
Source§impl<'de> Deserialize<'de> for MassPayment
impl<'de> Deserialize<'de> for MassPayment
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
Source§impl From<&MassPayment> for MassPayment
impl From<&MassPayment> for MassPayment
Source§fn from(value: &MassPayment) -> Self
fn from(value: &MassPayment) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MassPayment
impl RefUnwindSafe for MassPayment
impl Send for MassPayment
impl Sync for MassPayment
impl Unpin for MassPayment
impl UnwindSafe for MassPayment
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