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