pub struct BenchName(pub &'static str);Expand description
Just a static str representing the name of a function
Tuple Fields§
§0: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for BenchName
impl RefUnwindSafe for BenchName
impl Send for BenchName
impl Sync for BenchName
impl Unpin for BenchName
impl UnwindSafe for BenchName
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