pub struct NoMatchOperator;Expand description
Operator that never matches.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoMatchOperator
impl RefUnwindSafe for NoMatchOperator
impl Send for NoMatchOperator
impl Sync for NoMatchOperator
impl Unpin for NoMatchOperator
impl UnwindSafe for NoMatchOperator
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