pub enum Diag {
Skip,
Include,
}
Variants
Trait Implementations
impl Copy for Diag
impl Eq for Diag
impl StructuralEq for Diag
impl StructuralPartialEq for Diag
Auto Trait Implementations
impl RefUnwindSafe for Diag
impl Send for Diag
impl Sync for Diag
impl Unpin for Diag
impl UnwindSafe for Diag
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more