Struct automaton::encoding::Ascii [] [src]

pub struct Ascii { /* fields omitted */ }

Methods

impl Ascii
[src]

Returns an automaton that matches the given string. Panics if the string is not valid ASCII.

Trait Implementations

impl Clone for Ascii
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Ascii
[src]

impl PartialEq for Ascii
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Token for Ascii
[src]

Convert the range to a token

Return a representation of the token as a range

impl Hash for Ascii
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for Ascii
[src]

Formats the value using the given formatter.