Struct lib_ruby_parser::nodes::Erange [−][src]
Represents range literal with excluded end
(i.e. 1...3
)
Fields
left: MaybePtr<Node>
Begin of the range, None
if range has no begin (i.e ...42
)
right: MaybePtr<Node>
End of the range, None
if range has no end (i.e 42...
)
operator_l: LocPtr
Location of the ...
operator
1...3
~~~
expression_l: LocPtr
Location of the full expression
1...3
~~~~~
Trait Implementations
impl Clone for Erange
[src][+]
impl Debug for Erange
[src][+]
impl PartialEq<Erange> for Erange
[src][+]
impl StructuralPartialEq for Erange
[src]
Auto Trait Implementations
impl RefUnwindSafe for Erange
impl Send for Erange
impl Sync for Erange
impl Unpin for Erange
impl UnwindSafe for Erange
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
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> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
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>,