Searched refs:RangeToInclusive (Results 1 – 4 of 4) sorted by relevance
165 impl From<std::ops::RangeToInclusive<usize>> for ValueRange {166 fn from(range: std::ops::RangeToInclusive<usize>) -> Self { in from()
440 impl From<std::ops::RangeToInclusive<i64>> for ValueParser {441 fn from(value: std::ops::RangeToInclusive<i64>) -> Self { in from()
18 use std::ops::RangeToInclusive;1451 r#impl!(RangeToInclusive<usize>, x, x.end.wrapping_add(1)); implementation
18317 impl ops::Index<ops::RangeToInclusive<usize>> for String {18321 fn index(&self, index: ops::RangeToInclusive<usize>) -> &str {18362 impl ops::IndexMut<ops::RangeToInclusive<usize>> for String {18364 fn index_mut(&mut self, index: ops::RangeToInclusive<usize>) -> &mut str {