pub enum RangeKind {
HalfOpen,
Closed,
}Expand description
Whether a range is inclusive or exclusive.
Variants§
Trait Implementations§
impl Copy for RangeKind
impl Eq for RangeKind
impl StructuralPartialEq for RangeKind
Auto Trait Implementations§
impl Freeze for RangeKind
impl RefUnwindSafe for RangeKind
impl Send for RangeKind
impl Sync for RangeKind
impl Unpin for RangeKind
impl UnwindSafe for RangeKind
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