Enum syn::RangeLimits [−][src]
Limit types of a range, inclusive or exclusive.
This type is available only 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 Clone for RangeLimits
[src]
impl Clone for RangeLimits
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for RangeLimits
[src]
impl Hash for RangeLimits
[src]impl Parse for RangeLimits
[src]
impl Parse for RangeLimits
[src]fn parse(input: ParseStream<'_>) -> Result<Self>
[src]
impl PartialEq<RangeLimits> for RangeLimits
[src]
impl PartialEq<RangeLimits> for RangeLimits
[src]