pub struct ArrayRangeExpressionColon {
    pub nodes: (Expression, Symbol, Expression),
}Fields§
§nodes: (Expression, Symbol, Expression)Trait Implementations§
Source§impl Clone for ArrayRangeExpressionColon
 
impl Clone for ArrayRangeExpressionColon
Source§fn clone(&self) -> ArrayRangeExpressionColon
 
fn clone(&self) -> ArrayRangeExpressionColon
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for ArrayRangeExpressionColon
 
impl Debug for ArrayRangeExpressionColon
Source§impl<'a> From<&'a ArrayRangeExpressionColon> for RefNode<'a>
 
impl<'a> From<&'a ArrayRangeExpressionColon> for RefNode<'a>
Source§fn from(x: &'a ArrayRangeExpressionColon) -> RefNode<'a>
 
fn from(x: &'a ArrayRangeExpressionColon) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a ArrayRangeExpressionColon> for RefNodes<'a>
 
impl<'a> From<&'a ArrayRangeExpressionColon> for RefNodes<'a>
Source§fn from(x: &'a ArrayRangeExpressionColon) -> RefNodes<'a>
 
fn from(x: &'a ArrayRangeExpressionColon) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<ArrayRangeExpressionColon> for AnyNode
 
impl From<ArrayRangeExpressionColon> for AnyNode
Source§fn from(x: ArrayRangeExpressionColon) -> AnyNode
 
fn from(x: ArrayRangeExpressionColon) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a ArrayRangeExpressionColon
 
impl<'a> IntoIterator for &'a ArrayRangeExpressionColon
Source§impl<'a> TryFrom<&'a ArrayRangeExpressionColon> for Locate
 
impl<'a> TryFrom<&'a ArrayRangeExpressionColon> for Locate
Source§impl TryFrom<AnyNode> for ArrayRangeExpressionColon
 
impl TryFrom<AnyNode> for ArrayRangeExpressionColon
Source§impl TryFrom<ArrayRangeExpressionColon> for Locate
 
impl TryFrom<ArrayRangeExpressionColon> for Locate
impl StructuralPartialEq for ArrayRangeExpressionColon
Auto Trait Implementations§
impl Freeze for ArrayRangeExpressionColon
impl RefUnwindSafe for ArrayRangeExpressionColon
impl Send for ArrayRangeExpressionColon
impl Sync for ArrayRangeExpressionColon
impl Unpin for ArrayRangeExpressionColon
impl UnwindSafe for ArrayRangeExpressionColon
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more