#[repr(u32)]
pub enum SreOpcode {
Show 41 variants FAILURE, SUCCESS, ANY, ANY_ALL, ASSERT, ASSERT_NOT, AT, BRANCH, CALL, CATEGORY, CHARSET, BIGCHARSET, GROUPREF, GROUPREF_EXISTS, IN, INFO, JUMP, LITERAL, MARK, MAX_UNTIL, MIN_UNTIL, NOT_LITERAL, NEGATE, RANGE, REPEAT, REPEAT_ONE, SUBPATTERN, MIN_REPEAT_ONE, GROUPREF_IGNORE, IN_IGNORE, LITERAL_IGNORE, NOT_LITERAL_IGNORE, GROUPREF_LOC_IGNORE, IN_LOC_IGNORE, LITERAL_LOC_IGNORE, NOT_LITERAL_LOC_IGNORE, GROUPREF_UNI_IGNORE, IN_UNI_IGNORE, LITERAL_UNI_IGNORE, NOT_LITERAL_UNI_IGNORE, RANGE_UNI_IGNORE,
}

Variants

FAILURE

SUCCESS

ANY

ANY_ALL

ASSERT

ASSERT_NOT

AT

BRANCH

CALL

CATEGORY

CHARSET

BIGCHARSET

GROUPREF

GROUPREF_EXISTS

IN

INFO

JUMP

LITERAL

MARK

MAX_UNTIL

MIN_UNTIL

NOT_LITERAL

NEGATE

RANGE

REPEAT

REPEAT_ONE

SUBPATTERN

MIN_REPEAT_ONE

GROUPREF_IGNORE

IN_IGNORE

LITERAL_IGNORE

NOT_LITERAL_IGNORE

GROUPREF_LOC_IGNORE

IN_LOC_IGNORE

LITERAL_LOC_IGNORE

NOT_LITERAL_LOC_IGNORE

GROUPREF_UNI_IGNORE

IN_UNI_IGNORE

LITERAL_UNI_IGNORE

NOT_LITERAL_UNI_IGNORE

RANGE_UNI_IGNORE

Trait Implementations

Formats the value using the given formatter. Read more

The type returned in the event of a conversion error.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.