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