pub struct DocIndexStats {
pub total: usize,
pub functions: usize,
pub structs: usize,
pub enums: usize,
pub traits: usize,
pub modules: usize,
pub macros: usize,
pub consts: usize,
pub types: usize,
}Expand description
Per-kind counts for a DocIndex.
Fields§
§total: usize§functions: usize§structs: usize§enums: usize§traits: usize§modules: usize§macros: usize§consts: usize§types: usizeTrait Implementations§
Source§impl Clone for DocIndexStats
impl Clone for DocIndexStats
Source§fn clone(&self) -> DocIndexStats
fn clone(&self) -> DocIndexStats
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DocIndexStats
impl Debug for DocIndexStats
Source§impl Default for DocIndexStats
impl Default for DocIndexStats
Source§fn default() -> DocIndexStats
fn default() -> DocIndexStats
Returns the “default value” for a type. Read more
Source§impl PartialEq for DocIndexStats
impl PartialEq for DocIndexStats
impl Eq for DocIndexStats
impl StructuralPartialEq for DocIndexStats
Auto Trait Implementations§
impl Freeze for DocIndexStats
impl RefUnwindSafe for DocIndexStats
impl Send for DocIndexStats
impl Sync for DocIndexStats
impl Unpin for DocIndexStats
impl UnwindSafe for DocIndexStats
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)