pub struct Coverage { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for Coverage
impl !Sync for Coverage
impl Freeze for Coverage
impl RefUnwindSafe for Coverage
impl Unpin for Coverage
impl UnsafeUnpin for Coverage
impl UnwindSafe for Coverage
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