Struct gramatica::AmbiguityInfo [] [src]

pub struct AmbiguityInfo<T> { /* fields omitted */ }

Trait Implementations

impl<T: Clone> Clone for AmbiguityInfo<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for AmbiguityInfo<T>
[src]

[src]

Formats the value using the given formatter. Read more

impl<T> Default for AmbiguityInfo<T>
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<T> Send for AmbiguityInfo<T> where
    T: Send

impl<T> Sync for AmbiguityInfo<T> where
    T: Sync