pub struct PathBenchState { /* private fields */ }
Expand description
Static state for path bench.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathBenchState
impl RefUnwindSafe for PathBenchState
impl !Send for PathBenchState
impl !Sync for PathBenchState
impl Unpin for PathBenchState
impl UnwindSafe for PathBenchState
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