Enum syntax::ast::RangeSyntax  [−][src]
pub enum RangeSyntax {
    DotDotDot,
    DotDotEq,
}Variants
DotDotDotDotDotEq
                Trait Implementations
impl Clone for RangeSyntax[src] 
impl Clone for RangeSyntaxfn clone(&self) -> RangeSyntax[src] 
fn clone(&self) -> RangeSyntaxReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src] 
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Encodable for RangeSyntax[src] 
impl Encodable for RangeSyntaximpl Decodable for RangeSyntax[src] 
impl Decodable for RangeSyntaximpl Debug for RangeSyntax[src] 
impl Debug for RangeSyntaxAuto Trait Implementations
impl Send for RangeSyntax
impl Send for RangeSyntaximpl Sync for RangeSyntax
impl Sync for RangeSyntax