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