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