pub struct ExpectLocation<const N: usize> {
pub line_indent: usize,
pub expected_ranges: [Range<usize>; N],
pub start_index: usize,
pub end_index: usize,
}Fields§
§line_indent: usize§expected_ranges: [Range<usize>; N]§start_index: usize§end_index: usizeTrait Implementations§
Auto Trait Implementations§
impl<const N: usize> Freeze for ExpectLocation<N>
impl<const N: usize> RefUnwindSafe for ExpectLocation<N>
impl<const N: usize> Send for ExpectLocation<N>
impl<const N: usize> Sync for ExpectLocation<N>
impl<const N: usize> Unpin for ExpectLocation<N>
impl<const N: usize> UnwindSafe for ExpectLocation<N>
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