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 copy 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<ModulePathMintypmaxExpressionTernary> for ModulePathMintypmaxExpressionTernary
impl PartialEq<ModulePathMintypmaxExpressionTernary> for ModulePathMintypmaxExpressionTernary
source§fn eq(&self, other: &ModulePathMintypmaxExpressionTernary) -> bool
fn eq(&self, other: &ModulePathMintypmaxExpressionTernary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.