pub enum UnsupportedFeature {
VariableWidthAssertion(AssertionId),
}Expand description
A pattern feature deliberately excluded from the regular executor.
Variants§
VariableWidthAssertion(AssertionId)
The assertion has no statically provable fixed width.
Trait Implementations§
Source§impl Clone for UnsupportedFeature
impl Clone for UnsupportedFeature
Source§fn clone(&self) -> UnsupportedFeature
fn clone(&self) -> UnsupportedFeature
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UnsupportedFeature
Source§impl Debug for UnsupportedFeature
impl Debug for UnsupportedFeature
impl Eq for UnsupportedFeature
Source§impl PartialEq for UnsupportedFeature
impl PartialEq for UnsupportedFeature
impl StructuralPartialEq for UnsupportedFeature
Auto Trait Implementations§
impl Freeze for UnsupportedFeature
impl RefUnwindSafe for UnsupportedFeature
impl Send for UnsupportedFeature
impl Sync for UnsupportedFeature
impl Unpin for UnsupportedFeature
impl UnsafeUnpin for UnsupportedFeature
impl UnwindSafe for UnsupportedFeature
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