pub struct PriceBand {
pub lo_q64: u128,
pub hi_q64: u128,
}Expand description
Inclusive Q64.64 interval.
Fields§
§lo_q64: u128§hi_q64: u128Trait Implementations§
impl Copy for PriceBand
impl Eq for PriceBand
impl StructuralPartialEq for PriceBand
Auto Trait Implementations§
impl Freeze for PriceBand
impl RefUnwindSafe for PriceBand
impl Send for PriceBand
impl Sync for PriceBand
impl Unpin for PriceBand
impl UnsafeUnpin for PriceBand
impl UnwindSafe for PriceBand
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