pub struct Nmatch(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Nmatch
impl Ord for Nmatch
Source§impl PartialOrd for Nmatch
impl PartialOrd for Nmatch
impl Copy for Nmatch
impl Eq for Nmatch
impl StructuralPartialEq for Nmatch
Auto Trait Implementations§
impl Freeze for Nmatch
impl RefUnwindSafe for Nmatch
impl Send for Nmatch
impl Sync for Nmatch
impl Unpin for Nmatch
impl UnwindSafe for Nmatch
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