pub struct SymbolSummaryWrapper {
pub items: Vec<SymbolSummary>,
}Expand description
Wrapper for symbol summary section
Fields§
§items: Vec<SymbolSummary>List of symbol summaries
Trait Implementations§
Source§impl Clone for SymbolSummaryWrapper
impl Clone for SymbolSummaryWrapper
Source§fn clone(&self) -> SymbolSummaryWrapper
fn clone(&self) -> SymbolSummaryWrapper
Returns a duplicate of the value. Read more
1.0.0 · 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 SymbolSummaryWrapper
impl Debug for SymbolSummaryWrapper
Source§impl Default for SymbolSummaryWrapper
impl Default for SymbolSummaryWrapper
Source§fn default() -> SymbolSummaryWrapper
fn default() -> SymbolSummaryWrapper
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SymbolSummaryWrapper
impl<'de> Deserialize<'de> for SymbolSummaryWrapper
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SymbolSummaryWrapper
impl PartialEq for SymbolSummaryWrapper
Source§impl Serialize for SymbolSummaryWrapper
impl Serialize for SymbolSummaryWrapper
impl StructuralPartialEq for SymbolSummaryWrapper
Auto Trait Implementations§
impl Freeze for SymbolSummaryWrapper
impl RefUnwindSafe for SymbolSummaryWrapper
impl Send for SymbolSummaryWrapper
impl Sync for SymbolSummaryWrapper
impl Unpin for SymbolSummaryWrapper
impl UnwindSafe for SymbolSummaryWrapper
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