pub enum PreprocLineChildren<'tree> {
IntegerLiteral(Box<IntegerLiteral<'tree>>),
StringLiteral(Box<StringLiteral<'tree>>),
}Variants§
IntegerLiteral(Box<IntegerLiteral<'tree>>)
StringLiteral(Box<StringLiteral<'tree>>)
Trait Implementations§
Source§impl<'tree> Clone for PreprocLineChildren<'tree>
impl<'tree> Clone for PreprocLineChildren<'tree>
Source§fn clone(&self) -> PreprocLineChildren<'tree>
fn clone(&self) -> PreprocLineChildren<'tree>
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<'tree> Debug for PreprocLineChildren<'tree>
impl<'tree> Debug for PreprocLineChildren<'tree>
Source§impl<'tree> FromNode<'tree> for PreprocLineChildren<'tree>
impl<'tree> FromNode<'tree> for PreprocLineChildren<'tree>
Source§impl<'tree> PartialEq for PreprocLineChildren<'tree>
impl<'tree> PartialEq for PreprocLineChildren<'tree>
Source§impl Spanned for PreprocLineChildren<'_>
impl Spanned for PreprocLineChildren<'_>
impl<'tree> Eq for PreprocLineChildren<'tree>
impl<'tree> StructuralPartialEq for PreprocLineChildren<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for PreprocLineChildren<'tree>
impl<'tree> RefUnwindSafe for PreprocLineChildren<'tree>
impl<'tree> Send for PreprocLineChildren<'tree>
impl<'tree> Sync for PreprocLineChildren<'tree>
impl<'tree> Unpin for PreprocLineChildren<'tree>
impl<'tree> UnsafeUnpin for PreprocLineChildren<'tree>
impl<'tree> UnwindSafe for PreprocLineChildren<'tree>
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