pub struct Branches { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl FoundCounter for Branches
impl FoundCounter for Branches
fn found_count(&self) -> usize
Source§impl RecordWrite for Branches
impl RecordWrite for Branches
Source§impl Summary<u32, BranchBlocks> for Branches
impl Summary<u32, BranchBlocks> for Branches
fn iter(&self) -> Iter<'_, LineNumber, BranchBlocks>
fn contains_key(&self, key: &LineNumber) -> bool
fn get(&self, key: &LineNumber) -> Option<&BranchBlocks>
fn len(&self) -> usize
fn is_empty(&self) -> bool
impl HitFoundCounter for Branches
Auto Trait Implementations§
impl Freeze for Branches
impl RefUnwindSafe for Branches
impl Send for Branches
impl Sync for Branches
impl Unpin for Branches
impl UnwindSafe for Branches
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