pub struct NodeSummary {
pub id: String,
pub name: String,
pub kind: String,
pub signature: Option<String>,
pub file_path: Option<String>,
pub loc: Option<i32>,
}Fields§
§id: String§name: String§kind: String§signature: Option<String>§file_path: Option<String>§loc: Option<i32>Trait Implementations§
Auto Trait Implementations§
impl Freeze for NodeSummary
impl RefUnwindSafe for NodeSummary
impl Send for NodeSummary
impl Sync for NodeSummary
impl Unpin for NodeSummary
impl UnsafeUnpin for NodeSummary
impl UnwindSafe for NodeSummary
Blanket Implementations§
impl<T> Allocation for T
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