Enum syntax::ast::RangeEnd  [−][src]
pub enum RangeEnd {
    Included(RangeSyntax),
    Excluded,
}Variants
Included(RangeSyntax)Excluded
                Trait Implementations
impl Clone for RangeEnd[src] 
impl Clone for RangeEndfn clone(&self) -> RangeEnd[src] 
fn clone(&self) -> RangeEndReturns 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 RangeEnd[src] 
impl PartialEq for RangeEndfn eq(&self, other: &RangeEnd) -> bool[src] 
fn eq(&self, other: &RangeEnd) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &RangeEnd) -> bool[src] 
fn ne(&self, other: &RangeEnd) -> boolThis method tests for !=.
impl Eq for RangeEnd[src] 
impl Eq for RangeEndimpl Encodable for RangeEnd[src] 
impl Encodable for RangeEndimpl Decodable for RangeEnd[src] 
impl Decodable for RangeEndimpl Hash for RangeEnd[src] 
impl Hash for RangeEndfn 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 RangeEnd[src] 
impl Debug for RangeEnd