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