pub struct RangeList<'a>(pub ValueRange<'a>, pub Vec<(Metadata<'a>, ValueRange<'a>)>);Tuple Fields§
§0: ValueRange<'a>§1: Vec<(Metadata<'a>, ValueRange<'a>)>Implementations§
Trait Implementations§
Source§impl<'a: 'b, 'b> IntoIterator for &'b RangeList<'a>
impl<'a: 'b, 'b> IntoIterator for &'b RangeList<'a>
Source§impl<'a: 'b, 'b> Nodes<'a, 'b> for RangeList<'a>
impl<'a: 'b, 'b> Nodes<'a, 'b> for RangeList<'a>
Source§impl<'a> PartialEq for RangeList<'a>
impl<'a> PartialEq for RangeList<'a>
impl<'a> StructuralPartialEq for RangeList<'a>
Auto Trait Implementations§
impl<'a> Freeze for RangeList<'a>
impl<'a> RefUnwindSafe for RangeList<'a>
impl<'a> Send for RangeList<'a>
impl<'a> Sync for RangeList<'a>
impl<'a> Unpin for RangeList<'a>
impl<'a> UnsafeUnpin for RangeList<'a>
impl<'a> UnwindSafe for RangeList<'a>
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