pub struct RustDeclStats {
pub const_count: usize,
pub fn_count: usize,
pub struct_count: usize,
pub type_count: usize,
}Expand description
統計情報
Fields§
§const_count: usize§fn_count: usize§struct_count: usize§type_count: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for RustDeclStats
impl RefUnwindSafe for RustDeclStats
impl Send for RustDeclStats
impl Sync for RustDeclStats
impl Unpin for RustDeclStats
impl UnsafeUnpin for RustDeclStats
impl UnwindSafe for RustDeclStats
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