pub struct ContextFileSummary {
pub path: String,
pub language: Language,
pub match_count: i64,
pub symbols: Vec<String>,
}Fields§
§path: String§language: Language§match_count: i64§symbols: Vec<String>Trait Implementations§
Source§impl Clone for ContextFileSummary
impl Clone for ContextFileSummary
Source§fn clone(&self) -> ContextFileSummary
fn clone(&self) -> ContextFileSummary
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 moreSource§impl Debug for ContextFileSummary
impl Debug for ContextFileSummary
Auto Trait Implementations§
impl Freeze for ContextFileSummary
impl RefUnwindSafe for ContextFileSummary
impl Send for ContextFileSummary
impl Sync for ContextFileSummary
impl Unpin for ContextFileSummary
impl UnsafeUnpin for ContextFileSummary
impl UnwindSafe for ContextFileSummary
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