pub struct LineStats {
pub total: usize,
pub code: usize,
pub comment: usize,
pub blank: usize,
}Fields§
§total: usize§code: usize§comment: usize§blank: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for LineStats
impl RefUnwindSafe for LineStats
impl Send for LineStats
impl Sync for LineStats
impl Unpin for LineStats
impl UnwindSafe for LineStats
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