Enum combine::error::Info
[−]
[src]
pub enum Info<T, R> {
Token(T),
Range(R),
Borrowed(&'static str),
}Variants
Token(T)Range(R)Borrowed(&'static str)
Trait Implementations
impl<T: Clone, R: Clone> Clone for Info<T, R>[src]
fn clone(&self) -> Info<T, R>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more