pub struct Exclusive;Implementations§
source§impl Exclusive
impl Exclusive
pub fn at<T>(self, t: T) -> Bound<T, Self>
pub fn try_between<T: PartialOrd>( self, a: T, b: T ) -> Option<Interval<T, Self, Self>>
pub fn between<T: PartialOrd>(self, a: T, b: T) -> Interval<T, Self, Self>
pub fn hull<T: PartialOrd + Clone>( items: impl IntoIterator<Item = T> ) -> Option<Interval<T, Self, Self>>
Trait Implementations§
source§impl Ord for Exclusive
impl Ord for Exclusive
source§impl PartialEq for Exclusive
impl PartialEq for Exclusive
source§impl PartialOrd for Exclusive
impl PartialOrd for Exclusive
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Exclusive
impl Eq for Exclusive
impl StructuralEq for Exclusive
impl StructuralPartialEq for Exclusive
Auto Trait Implementations§
impl RefUnwindSafe for Exclusive
impl Send for Exclusive
impl Sync for Exclusive
impl Unpin for Exclusive
impl UnwindSafe for Exclusive
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