Struct btree_range_map::RangeFromExcluded
source · pub struct RangeFromExcluded<T> {
pub start: T,
}Expand description
Range with only an start bound, excluded.
Fields§
§start: TImplementations§
source§impl<T> RangeFromExcluded<T>
impl<T> RangeFromExcluded<T>
pub const fn new(start: T) -> RangeFromExcluded<T>
Trait Implementations§
source§impl<T: Measure + PartialEnum> AsRange for RangeFromExcluded<T>
impl<T: Measure + PartialEnum> AsRange for RangeFromExcluded<T>
source§impl<T: Measure + PartialEnum> IntoRange for RangeFromExcluded<T>
impl<T: Measure + PartialEnum> IntoRange for RangeFromExcluded<T>
fn into_range(self) -> AnyRange<Self::Item>
source§impl<T> RangeBounds<T> for RangeFromExcluded<T>
impl<T> RangeBounds<T> for RangeFromExcluded<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for RangeFromExcluded<T>where T: RefUnwindSafe,
impl<T> Send for RangeFromExcluded<T>where T: Send,
impl<T> Sync for RangeFromExcluded<T>where T: Sync,
impl<T> Unpin for RangeFromExcluded<T>where T: Unpin,
impl<T> UnwindSafe for RangeFromExcluded<T>where T: UnwindSafe,
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