pub struct RangeStr<'a> {
pub str: Vec<&'a str>,
pub range: Vec<Range<usize>>,
}Fields§
§str: Vec<&'a str>§range: Vec<Range<usize>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RangeStr<'a>
impl<'a> RefUnwindSafe for RangeStr<'a>
impl<'a> Send for RangeStr<'a>
impl<'a> Sync for RangeStr<'a>
impl<'a> Unpin for RangeStr<'a>
impl<'a> UnwindSafe for RangeStr<'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