pub enum IgnoreKind {
File,
Line,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IgnoreKind
impl RefUnwindSafe for IgnoreKind
impl Send for IgnoreKind
impl Sync for IgnoreKind
impl Unpin for IgnoreKind
impl UnwindSafe for IgnoreKind
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