pub struct Lines { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl FoundCounter for Lines
impl FoundCounter for Lines
fn found_count(&self) -> usize
Source§impl RecordWrite for Lines
impl RecordWrite for Lines
impl HitFoundCounter for Lines
Auto Trait Implementations§
impl Freeze for Lines
impl RefUnwindSafe for Lines
impl Send for Lines
impl Sync for Lines
impl Unpin for Lines
impl UnwindSafe for Lines
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