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