pub struct BaseMetrics {
pub tabs: u32,
pub sp2: u32,
pub sp4: u32,
pub over80: u32,
pub over100: u32,
pub over120: u32,
pub max_len: u32,
pub total: u32,
}Expand description
Metrics computed identically across every language analyser.
Fields§
§tabs: u32§sp2: u32§sp4: u32§over80: u32§over100: u32§over120: u32§max_len: u32§total: u32Auto Trait Implementations§
impl Freeze for BaseMetrics
impl RefUnwindSafe for BaseMetrics
impl Send for BaseMetrics
impl Sync for BaseMetrics
impl Unpin for BaseMetrics
impl UnsafeUnpin for BaseMetrics
impl UnwindSafe for BaseMetrics
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