pub struct EmptyUnpackedArrayConcatenation {
    pub nodes: (Symbol, Symbol),
}Fields§
§nodes: (Symbol, Symbol)Trait Implementations§
Source§impl Clone for EmptyUnpackedArrayConcatenation
 
impl Clone for EmptyUnpackedArrayConcatenation
Source§fn clone(&self) -> EmptyUnpackedArrayConcatenation
 
fn clone(&self) -> EmptyUnpackedArrayConcatenation
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<'a> From<&'a EmptyUnpackedArrayConcatenation> for RefNode<'a>
 
impl<'a> From<&'a EmptyUnpackedArrayConcatenation> for RefNode<'a>
Source§fn from(x: &'a EmptyUnpackedArrayConcatenation) -> RefNode<'a>
 
fn from(x: &'a EmptyUnpackedArrayConcatenation) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a EmptyUnpackedArrayConcatenation> for RefNodes<'a>
 
impl<'a> From<&'a EmptyUnpackedArrayConcatenation> for RefNodes<'a>
Source§fn from(x: &'a EmptyUnpackedArrayConcatenation) -> RefNodes<'a>
 
fn from(x: &'a EmptyUnpackedArrayConcatenation) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<EmptyUnpackedArrayConcatenation> for AnyNode
 
impl From<EmptyUnpackedArrayConcatenation> for AnyNode
Source§fn from(x: EmptyUnpackedArrayConcatenation) -> AnyNode
 
fn from(x: EmptyUnpackedArrayConcatenation) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a EmptyUnpackedArrayConcatenation
 
impl<'a> IntoIterator for &'a EmptyUnpackedArrayConcatenation
Source§impl<'a> Node<'a> for EmptyUnpackedArrayConcatenation
 
impl<'a> Node<'a> for EmptyUnpackedArrayConcatenation
Source§impl PartialEq for EmptyUnpackedArrayConcatenation
 
impl PartialEq for EmptyUnpackedArrayConcatenation
Source§fn eq(&self, other: &EmptyUnpackedArrayConcatenation) -> bool
 
fn eq(&self, other: &EmptyUnpackedArrayConcatenation) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a EmptyUnpackedArrayConcatenation> for Locate
 
impl<'a> TryFrom<&'a EmptyUnpackedArrayConcatenation> for Locate
impl StructuralPartialEq for EmptyUnpackedArrayConcatenation
Auto Trait Implementations§
impl Freeze for EmptyUnpackedArrayConcatenation
impl RefUnwindSafe for EmptyUnpackedArrayConcatenation
impl Send for EmptyUnpackedArrayConcatenation
impl Sync for EmptyUnpackedArrayConcatenation
impl Unpin for EmptyUnpackedArrayConcatenation
impl UnwindSafe for EmptyUnpackedArrayConcatenation
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