pub struct ContextSymbolSummary {
pub name: String,
pub kind: NodeKind,
pub file_path: String,
pub start_line: i64,
}Fields§
§name: String§kind: NodeKind§file_path: String§start_line: i64Trait Implementations§
Source§impl Clone for ContextSymbolSummary
impl Clone for ContextSymbolSummary
Source§fn clone(&self) -> ContextSymbolSummary
fn clone(&self) -> ContextSymbolSummary
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 ContextSymbolSummary
impl Debug for ContextSymbolSummary
Auto Trait Implementations§
impl Freeze for ContextSymbolSummary
impl RefUnwindSafe for ContextSymbolSummary
impl Send for ContextSymbolSummary
impl Sync for ContextSymbolSummary
impl Unpin for ContextSymbolSummary
impl UnsafeUnpin for ContextSymbolSummary
impl UnwindSafe for ContextSymbolSummary
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