pub struct ItemSummary {
pub kind: String,
pub name: String,
pub doc_summary: String,
}Expand description
A non-module item directly inside a module (used for include_items output).
Fields§
§kind: String§name: String§doc_summary: StringTrait Implementations§
Source§impl Clone for ItemSummary
impl Clone for ItemSummary
Source§fn clone(&self) -> ItemSummary
fn clone(&self) -> ItemSummary
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 moreAuto Trait Implementations§
impl Freeze for ItemSummary
impl RefUnwindSafe for ItemSummary
impl Send for ItemSummary
impl Sync for ItemSummary
impl Unpin for ItemSummary
impl UnsafeUnpin for ItemSummary
impl UnwindSafe for ItemSummary
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