Struct term_rustdoc::tree::ImplCounts
source · pub struct ImplCounts {
pub inherent: ImplCount,
pub trait_: ImplCount,
pub total: ImplCount,
}Expand description
Count the impl blocks.
Fields§
§inherent: ImplCount§trait_: ImplCount§total: ImplCountImplementations§
source§impl ImplCounts
impl ImplCounts
Trait Implementations§
source§impl Add for ImplCounts
impl Add for ImplCounts
source§impl AddAssign for ImplCounts
impl AddAssign for ImplCounts
source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+= operation. Read moresource§impl Clone for ImplCounts
impl Clone for ImplCounts
source§fn clone(&self) -> ImplCounts
fn clone(&self) -> ImplCounts
Returns a copy 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 RefUnwindSafe for ImplCounts
impl Send for ImplCounts
impl Sync for ImplCounts
impl Unpin for ImplCounts
impl UnwindSafe for ImplCounts
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