pub struct PathBenchBranch { /* private fields */ }
Expand description
Local state for path bench.
Implementations§
Trait Implementations§
Source§impl Debug for PathBenchBranch
impl Debug for PathBenchBranch
Source§impl Ord for PathBenchBranch
impl Ord for PathBenchBranch
Source§impl PartialEq for PathBenchBranch
impl PartialEq for PathBenchBranch
Source§impl PartialOrd for PathBenchBranch
impl PartialOrd for PathBenchBranch
impl Eq for PathBenchBranch
Auto Trait Implementations§
impl Freeze for PathBenchBranch
impl RefUnwindSafe for PathBenchBranch
impl Send for PathBenchBranch
impl Sync for PathBenchBranch
impl Unpin for PathBenchBranch
impl UnwindSafe for PathBenchBranch
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