pub struct Cloc { /* private fields */ }
Expand description
The CLoc
metric suite.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cloc
impl RefUnwindSafe for Cloc
impl Send for Cloc
impl Sync for Cloc
impl Unpin for Cloc
impl UnwindSafe for Cloc
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