pub struct CovManager { /* private fields */ }Expand description
Background COV manager handle.
Implementations§
Trait Implementations§
Source§impl Debug for CovManager
impl Debug for CovManager
Auto Trait Implementations§
impl Freeze for CovManager
impl !RefUnwindSafe for CovManager
impl Send for CovManager
impl Sync for CovManager
impl Unpin for CovManager
impl UnsafeUnpin for CovManager
impl !UnwindSafe for CovManager
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