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