#[repr(u32)]
pub enum SreCatCode {
Show 18 variants DIGIT, NOT_DIGIT, SPACE, NOT_SPACE, WORD, NOT_WORD, LINEBREAK, NOT_LINEBREAK, LOC_WORD, LOC_NOT_WORD, UNI_DIGIT, UNI_NOT_DIGIT, UNI_SPACE, UNI_NOT_SPACE, UNI_WORD, UNI_NOT_WORD, UNI_LINEBREAK, UNI_NOT_LINEBREAK,
}

Variants

DIGIT

NOT_DIGIT

SPACE

NOT_SPACE

WORD

NOT_WORD

LINEBREAK

NOT_LINEBREAK

LOC_WORD

LOC_NOT_WORD

UNI_DIGIT

UNI_NOT_DIGIT

UNI_SPACE

UNI_NOT_SPACE

UNI_WORD

UNI_NOT_WORD

UNI_LINEBREAK

UNI_NOT_LINEBREAK

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.