pub struct ModulePathMintypmaxExpressionTernary {
    pub nodes: (ModulePathExpression, Symbol, ModulePathExpression, Symbol, ModulePathExpression),
}Fields§
§nodes: (ModulePathExpression, Symbol, ModulePathExpression, Symbol, ModulePathExpression)Trait Implementations§
Source§impl Clone for ModulePathMintypmaxExpressionTernary
 
impl Clone for ModulePathMintypmaxExpressionTernary
Source§fn clone(&self) -> ModulePathMintypmaxExpressionTernary
 
fn clone(&self) -> ModulePathMintypmaxExpressionTernary
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<'a> From<&'a ModulePathMintypmaxExpressionTernary> for RefNode<'a>
 
impl<'a> From<&'a ModulePathMintypmaxExpressionTernary> for RefNode<'a>
Source§fn from(x: &'a ModulePathMintypmaxExpressionTernary) -> RefNode<'a>
 
fn from(x: &'a ModulePathMintypmaxExpressionTernary) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a ModulePathMintypmaxExpressionTernary> for RefNodes<'a>
 
impl<'a> From<&'a ModulePathMintypmaxExpressionTernary> for RefNodes<'a>
Source§fn from(x: &'a ModulePathMintypmaxExpressionTernary) -> RefNodes<'a>
 
fn from(x: &'a ModulePathMintypmaxExpressionTernary) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<ModulePathMintypmaxExpressionTernary> for AnyNode
 
impl From<ModulePathMintypmaxExpressionTernary> for AnyNode
Source§fn from(x: ModulePathMintypmaxExpressionTernary) -> AnyNode
 
fn from(x: ModulePathMintypmaxExpressionTernary) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a ModulePathMintypmaxExpressionTernary
 
impl<'a> IntoIterator for &'a ModulePathMintypmaxExpressionTernary
Source§impl<'a> Node<'a> for ModulePathMintypmaxExpressionTernary
 
impl<'a> Node<'a> for ModulePathMintypmaxExpressionTernary
Source§impl PartialEq for ModulePathMintypmaxExpressionTernary
 
impl PartialEq for ModulePathMintypmaxExpressionTernary
Source§fn eq(&self, other: &ModulePathMintypmaxExpressionTernary) -> bool
 
fn eq(&self, other: &ModulePathMintypmaxExpressionTernary) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a ModulePathMintypmaxExpressionTernary> for Locate
 
impl<'a> TryFrom<&'a ModulePathMintypmaxExpressionTernary> for Locate
impl StructuralPartialEq for ModulePathMintypmaxExpressionTernary
Auto Trait Implementations§
impl Freeze for ModulePathMintypmaxExpressionTernary
impl RefUnwindSafe for ModulePathMintypmaxExpressionTernary
impl Send for ModulePathMintypmaxExpressionTernary
impl Sync for ModulePathMintypmaxExpressionTernary
impl Unpin for ModulePathMintypmaxExpressionTernary
impl UnwindSafe for ModulePathMintypmaxExpressionTernary
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