pub struct FixedAmountOrUnlimited1Choice {
pub amt: Option<ActiveCurrencyAndAmount>,
pub not_ltd: Option<String>,
}Fields§
§amt: Option<ActiveCurrencyAndAmount>§not_ltd: Option<String>Implementations§
Source§impl FixedAmountOrUnlimited1Choice
impl FixedAmountOrUnlimited1Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for FixedAmountOrUnlimited1Choice
impl RefUnwindSafe for FixedAmountOrUnlimited1Choice
impl Send for FixedAmountOrUnlimited1Choice
impl Sync for FixedAmountOrUnlimited1Choice
impl Unpin for FixedAmountOrUnlimited1Choice
impl UnwindSafe for FixedAmountOrUnlimited1Choice
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