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