pub struct FindMatch {
pub position: usize,
pub length: usize,
}Expand description
A single search match.
Fields§
§position: usize§length: usizeTrait Implementations§
impl Eq for FindMatch
impl StructuralPartialEq for FindMatch
Auto Trait Implementations§
impl Freeze for FindMatch
impl RefUnwindSafe for FindMatch
impl Send for FindMatch
impl Sync for FindMatch
impl Unpin for FindMatch
impl UnsafeUnpin for FindMatch
impl UnwindSafe for FindMatch
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