pub struct ParsedRepository {
pub repo_root: PathBuf,
pub files: Vec<FileFact>,
pub symbols: Vec<SymbolFact>,
}Fields§
§repo_root: PathBuf§files: Vec<FileFact>§symbols: Vec<SymbolFact>Trait Implementations§
Source§impl Clone for ParsedRepository
impl Clone for ParsedRepository
Source§fn clone(&self) -> ParsedRepository
fn clone(&self) -> ParsedRepository
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ParsedRepository
impl RefUnwindSafe for ParsedRepository
impl Send for ParsedRepository
impl Sync for ParsedRepository
impl Unpin for ParsedRepository
impl UnsafeUnpin for ParsedRepository
impl UnwindSafe for ParsedRepository
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