Enum injective_math::RangeEnds
source · pub enum RangeEnds {
BothInclusive,
MinInclusive,
MaxInclusive,
Exclusive,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RangeEnds
impl Send for RangeEnds
impl Sync for RangeEnds
impl Unpin for RangeEnds
impl UnwindSafe for RangeEnds
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