pub struct Ignore;
Expand description
An implementation of the Pattern
trait for ignore patterns.
Trait Implementations§
Source§impl Ord for Ignore
impl Ord for Ignore
Source§impl PartialOrd for Ignore
impl PartialOrd for Ignore
impl Eq for Ignore
impl StructuralPartialEq for Ignore
Auto Trait Implementations§
impl Freeze for Ignore
impl RefUnwindSafe for Ignore
impl Send for Ignore
impl Sync for Ignore
impl Unpin for Ignore
impl UnwindSafe for Ignore
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