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