pub struct Reporter { /* private fields */ }Expand description
The module that carries one target-supplied fn(&BenchReport) value.
Implementations§
Source§impl Reporter
impl Reporter
Sourcepub const fn declared(module: ModuleName) -> Self
pub const fn declared(module: ModuleName) -> Self
Declare the module that carries the target-supplied report reader.
Sourcepub const fn module(&self) -> &ModuleName
pub const fn module(&self) -> &ModuleName
The module the report-reader value is rendered inside.
Trait Implementations§
impl Eq for Reporter
impl StructuralPartialEq for Reporter
Auto Trait Implementations§
impl Freeze for Reporter
impl RefUnwindSafe for Reporter
impl Send for Reporter
impl Sync for Reporter
impl Unpin for Reporter
impl UnsafeUnpin for Reporter
impl UnwindSafe for Reporter
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