pub struct AgreementMonetaryAmount {
pub total: String,
pub currency: String,
pub currency_type: String,
pub chain: Option<String>,
}Fields§
§total: String§currency: String§currency_type: String§chain: Option<String>Trait Implementations§
Source§impl Clone for AgreementMonetaryAmount
impl Clone for AgreementMonetaryAmount
Source§fn clone(&self) -> AgreementMonetaryAmount
fn clone(&self) -> AgreementMonetaryAmount
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 AgreementMonetaryAmount
impl Debug for AgreementMonetaryAmount
Source§impl<'de> Deserialize<'de> for AgreementMonetaryAmount
impl<'de> Deserialize<'de> for AgreementMonetaryAmount
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
Auto Trait Implementations§
impl Freeze for AgreementMonetaryAmount
impl RefUnwindSafe for AgreementMonetaryAmount
impl Send for AgreementMonetaryAmount
impl Sync for AgreementMonetaryAmount
impl Unpin for AgreementMonetaryAmount
impl UnsafeUnpin for AgreementMonetaryAmount
impl UnwindSafe for AgreementMonetaryAmount
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