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