pub struct CoreBenchCase {
pub slug: &'static str,
pub name: &'static str,
pub source: &'static str,
}Fields§
§slug: &'static str§name: &'static str§source: &'static strImplementations§
Source§impl CoreBenchCase
impl CoreBenchCase
pub fn module_root(&self) -> Option<&'static str>
pub fn source_is_module(&self) -> bool
Auto Trait Implementations§
impl Freeze for CoreBenchCase
impl RefUnwindSafe for CoreBenchCase
impl Send for CoreBenchCase
impl Sync for CoreBenchCase
impl Unpin for CoreBenchCase
impl UnsafeUnpin for CoreBenchCase
impl UnwindSafe for CoreBenchCase
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