pub struct FileCallSummary {
pub source: String,
pub target: String,
pub line: usize,
pub context: String,
}Expand description
Compact file-summary call row.
Fields§
§source: StringCalling symbol name.
target: StringCalled symbol name.
line: usizeOne-based call line.
context: StringCompact call-site context.
Trait Implementations§
Source§impl Debug for FileCallSummary
impl Debug for FileCallSummary
Source§impl From<&SymbolRelation> for FileCallSummary
impl From<&SymbolRelation> for FileCallSummary
Auto Trait Implementations§
impl Freeze for FileCallSummary
impl RefUnwindSafe for FileCallSummary
impl Send for FileCallSummary
impl Sync for FileCallSummary
impl Unpin for FileCallSummary
impl UnwindSafe for FileCallSummary
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