Enum syn::RangeLimits [−][src]
Expand description
Limit types of a range, inclusive or exclusive.
This type is available only if Syn is built with the "full"
feature.
Variants
HalfOpen(Dot2)
Tuple Fields
0: Dot2
Inclusive at the beginning, exclusive at the end.
Closed(DotDotEq)
Tuple Fields
0: DotDotEq
Inclusive at the beginning and end.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RangeLimits
impl !Send for RangeLimits
impl !Sync for RangeLimits
impl Unpin for RangeLimits
impl UnwindSafe for RangeLimits
Blanket Implementations
Mutably borrows from an owned value. Read more