Enum core::str::pattern::RejectAndMatch
source · enum RejectAndMatch {}
🔬This is a nightly-only experimental API. (
pattern
#27721)Expand description
Emit Rejects regularly
Trait Implementations§
source§impl TwoWayStrategy for RejectAndMatch
impl TwoWayStrategy for RejectAndMatch
Auto Trait Implementations§
impl Freeze for RejectAndMatch
impl RefUnwindSafe for RejectAndMatch
impl Send for RejectAndMatch
impl Sync for RejectAndMatch
impl Unpin for RejectAndMatch
impl UnwindSafe for RejectAndMatch
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