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 Encodable for RangeEnd[src] 
impl Encodable for RangeEndimpl Decodable for RangeEnd[src] 
impl Decodable for RangeEndimpl Debug for RangeEnd[src] 
impl Debug for RangeEnd