pub struct AcMatch {
pub start: usize,
pub pattern_id: usize,
}Expand description
A search match: (start_pos, pattern_index).
Fields§
§start: usize§pattern_id: usizeTrait Implementations§
impl Copy for AcMatch
impl Eq for AcMatch
impl StructuralPartialEq for AcMatch
Auto Trait Implementations§
impl Freeze for AcMatch
impl RefUnwindSafe for AcMatch
impl Send for AcMatch
impl Sync for AcMatch
impl Unpin for AcMatch
impl UnsafeUnpin for AcMatch
impl UnwindSafe for AcMatch
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