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 PartialOrd for Exclusive
impl PartialOrd for Exclusive
impl Copy for Exclusive
impl Eq 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 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