Struct core::ops::RangeTo
[−]
[src]
pub struct RangeTo<Idx> { pub end: Idx, }
A range which is only bounded above.
Fields
end | The upper bound of the range (exclusive). |
pub struct RangeTo<Idx> { pub end: Idx, }
A range which is only bounded above.
end | The upper bound of the range (exclusive). |
impl<Idx: Debug> Debug for RangeTo<Idx>
impl<Idx: Eq> Eq for RangeTo<Idx>
impl<Idx: PartialEq> PartialEq for RangeTo<Idx>
impl<Idx: Clone> Clone for RangeTo<Idx>
fn clone(&self) -> RangeTo<Idx>
fn clone_from(&mut self, source: &Self)
impl<Idx: Copy> Copy for RangeTo<Idx>