Struct lcov_summary::Lcov
source · pub struct Lcov { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Lcov
impl Send for Lcov
impl Sync for Lcov
impl Unpin for Lcov
impl UnwindSafe for Lcov
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