pub struct DepCheck { /* private fields */ }Expand description
Configuration for a dependency check.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DepCheck
impl RefUnwindSafe for DepCheck
impl Send for DepCheck
impl Sync for DepCheck
impl Unpin for DepCheck
impl UnsafeUnpin for DepCheck
impl UnwindSafe for DepCheck
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