Enum combine::primitives::Info [] [src]

pub enum Info<T, R> {
    Token(T),
    Range(R),
    Borrowed(&'static str),
}

Variants

Trait Implementations

impl<R> From<char> for Info<char, R>
[src]

[src]

Performs the conversion.

impl<T, R> From<&'static str> for Info<T, R>
[src]

[src]

Performs the conversion.

impl<R> From<u8> for Info<u8, R>
[src]

[src]

Performs the conversion.

impl<T: Clone, R: Clone> Clone for Info<T, R>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug, R: Debug> Debug for Info<T, R>
[src]

[src]

Formats the value using the given formatter.