Struct term_rustdoc::tree::ImplCount
source · pub struct ImplCount {
pub structs: u32,
pub enums: u32,
pub unions: u32,
pub kind: ImplKind,
pub total: u32,
}
Fields§
§structs: u32
§enums: u32
§unions: u32
§kind: ImplKind
§total: u32
Trait Implementations§
source§impl AddAssign for ImplCount
impl AddAssign for ImplCount
source§fn add_assign(&mut self, rhs: Self)
fn add_assign(&mut self, rhs: Self)
Performs the
+=
operation. Read moreimpl Copy for ImplCount
Auto Trait Implementations§
impl RefUnwindSafe for ImplCount
impl Send for ImplCount
impl Sync for ImplCount
impl Unpin for ImplCount
impl UnwindSafe for ImplCount
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