pub struct PmOperator { /* private fields */ }Expand description
Phrase match operator (@pm).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PmOperator
impl RefUnwindSafe for PmOperator
impl Send for PmOperator
impl Sync for PmOperator
impl Unpin for PmOperator
impl UnwindSafe for PmOperator
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