Struct syntex_syntax::ast_util::IdRange  
                   
                       [−]
                   
               [src]
pub struct IdRange {
    pub min: NodeId,
    pub max: NodeId,
}Fields
| min | |
| max | 
Methods
impl IdRange[src]
Trait Implementations
Derived Implementations
impl Debug for IdRange[src]
impl Decodable for IdRange[src]
impl Encodable for IdRange[src]
impl Clone for IdRange[src]
fn clone(&self) -> IdRange
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more