Enum syn::RangeLimits [−][src]
Limit types of a range, inclusive or exclusive.
This type is available if Syn is built with the "full" feature.
Variants
HalfOpen(Dot2)Inclusive at the beginning, exclusive at the end.
Closed(DotDotEq)Inclusive at the beginning and end.
Trait Implementations
impl Synom for RangeLimits[src]
impl Synom for RangeLimitsfn parse(i: Cursor) -> PResult<Self>[src]
fn parse(i: Cursor) -> PResult<Self>fn description() -> Option<&'static str>[src]
fn description() -> Option<&'static str>A short name of the type being parsed. Read more
impl Copy for RangeLimits[src]
impl Copy for RangeLimitsimpl Clone for RangeLimits[src]
impl Clone for RangeLimitsfn clone(&self) -> RangeLimits[src]
fn clone(&self) -> RangeLimitsReturns 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
Auto Trait Implementations
impl !Send for RangeLimits
impl !Send for RangeLimitsimpl !Sync for RangeLimits
impl !Sync for RangeLimits