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 PartialEq for RangeSyntax[src] 
impl PartialEq for RangeSyntaxfn eq(&self, other: &RangeSyntax) -> bool[src] 
fn eq(&self, other: &RangeSyntax) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src] 
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for RangeSyntax[src] 
impl Eq for RangeSyntaximpl Encodable for RangeSyntax[src] 
impl Encodable for RangeSyntaximpl Decodable for RangeSyntax[src] 
impl Decodable for RangeSyntaximpl Hash for RangeSyntax[src] 
impl Hash for RangeSyntaxfn hash<__H: Hasher>(&self, state: &mut __H)[src] 
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0[src] 
fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl 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