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