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