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