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