[−][src]Enum syn::RangeLimits
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 Parse for RangeLimits
[src][+]
impl Clone for RangeLimits
[src][+]
impl Copy for RangeLimits
[src]
impl Eq for RangeLimits
[src]
impl PartialEq<RangeLimits> for RangeLimits
[src][+]
impl Debug for RangeLimits
[src][+]
impl Hash for RangeLimits
[src][+]
impl StructuralPartialEq for RangeLimits
[src]
impl StructuralEq for RangeLimits
[src]
Auto Trait Implementations
impl !Send for RangeLimits
impl !Sync for RangeLimits
impl Unpin for RangeLimits
impl UnwindSafe for RangeLimits
impl !RefUnwindSafe for RangeLimits
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,