pub struct FileExtract {
pub symbols: Vec<SymbolDef>,
pub calls: Vec<CallSite>,
pub imports: Vec<ImportRef>,
}Fields§
§symbols: Vec<SymbolDef>§calls: Vec<CallSite>§imports: Vec<ImportRef>Trait Implementations§
Source§impl Debug for FileExtract
impl Debug for FileExtract
Source§impl Default for FileExtract
impl Default for FileExtract
Source§fn default() -> FileExtract
fn default() -> FileExtract
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FileExtract
impl RefUnwindSafe for FileExtract
impl Send for FileExtract
impl Sync for FileExtract
impl Unpin for FileExtract
impl UnsafeUnpin for FileExtract
impl UnwindSafe for FileExtract
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