pub struct ConstantExpressionUnary {
    pub nodes: (UnaryOperator, Vec<AttributeInstance>, ConstantPrimary),
}Fields§
§nodes: (UnaryOperator, Vec<AttributeInstance>, ConstantPrimary)Trait Implementations§
Source§impl Clone for ConstantExpressionUnary
 
impl Clone for ConstantExpressionUnary
Source§fn clone(&self) -> ConstantExpressionUnary
 
fn clone(&self) -> ConstantExpressionUnary
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 ConstantExpressionUnary
 
impl Debug for ConstantExpressionUnary
Source§impl<'a> From<&'a ConstantExpressionUnary> for RefNode<'a>
 
impl<'a> From<&'a ConstantExpressionUnary> for RefNode<'a>
Source§fn from(x: &'a ConstantExpressionUnary) -> RefNode<'a>
 
fn from(x: &'a ConstantExpressionUnary) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a ConstantExpressionUnary> for RefNodes<'a>
 
impl<'a> From<&'a ConstantExpressionUnary> for RefNodes<'a>
Source§fn from(x: &'a ConstantExpressionUnary) -> RefNodes<'a>
 
fn from(x: &'a ConstantExpressionUnary) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<ConstantExpressionUnary> for AnyNode
 
impl From<ConstantExpressionUnary> for AnyNode
Source§fn from(x: ConstantExpressionUnary) -> AnyNode
 
fn from(x: ConstantExpressionUnary) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a ConstantExpressionUnary
 
impl<'a> IntoIterator for &'a ConstantExpressionUnary
Source§impl PartialEq for ConstantExpressionUnary
 
impl PartialEq for ConstantExpressionUnary
Source§impl<'a> TryFrom<&'a ConstantExpressionUnary> for Locate
 
impl<'a> TryFrom<&'a ConstantExpressionUnary> for Locate
Source§impl TryFrom<AnyNode> for ConstantExpressionUnary
 
impl TryFrom<AnyNode> for ConstantExpressionUnary
Source§impl TryFrom<ConstantExpressionUnary> for Locate
 
impl TryFrom<ConstantExpressionUnary> for Locate
impl StructuralPartialEq for ConstantExpressionUnary
Auto Trait Implementations§
impl Freeze for ConstantExpressionUnary
impl RefUnwindSafe for ConstantExpressionUnary
impl Send for ConstantExpressionUnary
impl Sync for ConstantExpressionUnary
impl Unpin for ConstantExpressionUnary
impl UnwindSafe for ConstantExpressionUnary
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