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