pub struct CoreBenchCase {
pub slug: &'static str,
pub name: &'static str,
pub source: &'static str,
}Fields§
§slug: &'static str§name: &'static str§source: &'static strAuto 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