pub struct Bench {
pub repo: PathBuf,
pub config: Config,
pub remembering: Local,
/* private fields */
}Expand description
It owns what Probing borrows, which is the whole reason it is a struct:
the interpreter’s path and the build’s name outlive every commit asked
about, and threading them through each call said nothing.
Fields§
§repo: PathBuf§config: Config§remembering: LocalImplementations§
Source§impl Bench
impl Bench
Auto Trait Implementations§
impl Freeze for Bench
impl RefUnwindSafe for Bench
impl Send for Bench
impl Sync for Bench
impl Unpin for Bench
impl UnsafeUnpin for Bench
impl UnwindSafe for Bench
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