pub struct BranchBlocks { /* private fields */ }
Implementations§
Source§impl BranchBlocks
impl BranchBlocks
Trait Implementations§
Source§impl Clone for BranchBlocks
impl Clone for BranchBlocks
Source§fn clone(&self) -> BranchBlocks
fn clone(&self) -> BranchBlocks
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BranchBlocks
impl Debug for BranchBlocks
Source§impl FoundCounter for BranchBlocks
impl FoundCounter for BranchBlocks
fn found_count(&self) -> usize
Source§impl HitCounter for BranchBlocks
impl HitCounter for BranchBlocks
Source§impl PartialEq for BranchBlocks
impl PartialEq for BranchBlocks
Source§impl Summary<BranchUnit, Branch> for BranchBlocks
impl Summary<BranchUnit, Branch> for BranchBlocks
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 BranchBlocks
impl StructuralPartialEq for BranchBlocks
Auto Trait Implementations§
impl Freeze for BranchBlocks
impl RefUnwindSafe for BranchBlocks
impl Send for BranchBlocks
impl Sync for BranchBlocks
impl Unpin for BranchBlocks
impl UnwindSafe for BranchBlocks
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