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