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