pub struct Breakeven {
pub price: Rational64,
pub is_ascending: bool,
}Fields§
§price: Rational64§is_ascending: boolTrait Implementations§
impl Eq for Breakeven
impl StructuralPartialEq for Breakeven
Auto Trait Implementations§
impl Freeze for Breakeven
impl RefUnwindSafe for Breakeven
impl Send for Breakeven
impl Sync for Breakeven
impl Unpin for Breakeven
impl UnsafeUnpin for Breakeven
impl UnwindSafe for Breakeven
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