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