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