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