Struct move_coverage::summary::FunctionInfo  
source · [−]pub struct FunctionInfo {
    pub fn_name: Identifier,
    pub fn_entry: CodeOffset,
    pub fn_returns: BTreeSet<CodeOffset>,
    pub fn_branches: BTreeMap<CodeOffset, BTreeSet<CodeOffset>>,
    pub fn_num_paths: u64,
}Fields
fn_name: Identifierfn_entry: CodeOffsetfn_returns: BTreeSet<CodeOffset>fn_branches: BTreeMap<CodeOffset, BTreeSet<CodeOffset>>fn_num_paths: u64Auto Trait Implementations
impl RefUnwindSafe for FunctionInfo
impl Send for FunctionInfo
impl Sync for FunctionInfo
impl Unpin for FunctionInfo
impl UnwindSafe for FunctionInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more