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