pub struct SubMatch {
pub start: usize,
pub end: usize,
}Fields§
§start: usize§end: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for SubMatch
impl RefUnwindSafe for SubMatch
impl Send for SubMatch
impl Sync for SubMatch
impl Unpin for SubMatch
impl UnsafeUnpin for SubMatch
impl UnwindSafe for SubMatch
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