pub struct Open {}Trait Implementations§
Source§impl Intersect<Open> for Closed
impl Intersect<Open> for Closed
type Result = Open
const LB_SIGN: &'static str = <Self::Result>::LB_SIGN
const UB_SIGN: &'static str = <Self::Result>::UB_SIGN
fn lb_op<T: 'static + PartialOrd<U>, U: 'static>() -> Box<dyn ComparisonOperator<T, U>>
fn lb_op_with<T: 'static + PartialOrd<U>, U: 'static>( precision: T, ) -> Box<dyn ComparisonOperator<T, U>>
fn ub_op<T: 'static + PartialOrd<U>, U: 'static>() -> Box<dyn ComparisonOperator<T, U>>
fn ub_op_with<T: 'static + PartialOrd<U>, U: 'static>( precision: T, ) -> Box<dyn ComparisonOperator<T, U>>
Source§impl<T: IntervalType> Intersect<T> for Open
impl<T: IntervalType> Intersect<T> for Open
type Result = Open
const LB_SIGN: &'static str = <Self::Result>::LB_SIGN
const UB_SIGN: &'static str = <Self::Result>::UB_SIGN
fn lb_op<T: 'static + PartialOrd<U>, U: 'static>() -> Box<dyn ComparisonOperator<T, U>>
fn lb_op_with<T: 'static + PartialOrd<U>, U: 'static>( precision: T, ) -> Box<dyn ComparisonOperator<T, U>>
fn ub_op<T: 'static + PartialOrd<U>, U: 'static>() -> Box<dyn ComparisonOperator<T, U>>
fn ub_op_with<T: 'static + PartialOrd<U>, U: 'static>( precision: T, ) -> Box<dyn ComparisonOperator<T, U>>
Source§impl IntervalType for Open
impl IntervalType for Open
const LB_SIGN: &'static str = "("
const UB_SIGN: &'static str = ")"
fn lb_op<T: 'static + PartialOrd<Rhs>, Rhs: 'static>() -> Box<dyn ComparisonOperator<T, Rhs>>
fn lb_op_with<T: 'static + PartialOrd<Rhs>, Rhs: 'static>( precision: T, ) -> Box<dyn ComparisonOperator<T, Rhs>>
fn ub_op<T: 'static + PartialOrd<Rhs>, Rhs: 'static>() -> Box<dyn ComparisonOperator<T, Rhs>>
fn ub_op_with<T: 'static + PartialOrd<Rhs>, Rhs: 'static>( precision: T, ) -> Box<dyn ComparisonOperator<T, Rhs>>
Source§impl Union<Closed> for Open
impl Union<Closed> for Open
type Result = Closed
const LB_SIGN: &'static str = <Self::Result>::LB_SIGN
const UB_SIGN: &'static str = <Self::Result>::UB_SIGN
fn lb_op<T: 'static + PartialOrd<U>, U: 'static>() -> Box<dyn ComparisonOperator<T, U>>
fn lb_op_with<T: 'static + PartialOrd<U>, U: 'static>( precision: T, ) -> Box<dyn ComparisonOperator<T, U>>
fn ub_op<T: 'static + PartialOrd<U>, U: 'static>() -> Box<dyn ComparisonOperator<T, U>>
fn ub_op_with<T: 'static + PartialOrd<U>, U: 'static>( precision: T, ) -> Box<dyn ComparisonOperator<T, U>>
Source§impl Union<Open> for Open
impl Union<Open> for Open
type Result = Open
const LB_SIGN: &'static str = <Self::Result>::LB_SIGN
const UB_SIGN: &'static str = <Self::Result>::UB_SIGN
fn lb_op<T: 'static + PartialOrd<U>, U: 'static>() -> Box<dyn ComparisonOperator<T, U>>
fn lb_op_with<T: 'static + PartialOrd<U>, U: 'static>( precision: T, ) -> Box<dyn ComparisonOperator<T, U>>
fn ub_op<T: 'static + PartialOrd<U>, U: 'static>() -> Box<dyn ComparisonOperator<T, U>>
fn ub_op_with<T: 'static + PartialOrd<U>, U: 'static>( precision: T, ) -> Box<dyn ComparisonOperator<T, U>>
impl Copy for Open
impl Eq for Open
impl StructuralPartialEq for Open
Auto Trait Implementations§
impl Freeze for Open
impl RefUnwindSafe for Open
impl Send for Open
impl Sync for Open
impl Unpin for Open
impl UnwindSafe for Open
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