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§
impl Copy for Exclusive
impl Eq for Exclusive
Source§impl Ord for Exclusive
impl Ord for Exclusive
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Exclusive
impl PartialOrd for Exclusive
impl StructuralPartialEq for Exclusive
Auto Trait Implementations§
impl Freeze for Exclusive
impl RefUnwindSafe for Exclusive
impl Send for Exclusive
impl Sync for Exclusive
impl Unpin for Exclusive
impl UnsafeUnpin 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