pub enum QuoterChildren<'tree> {
Qualified(Box<Qualified<'tree>>),
Variable(Box<Variable<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for QuoterChildren<'tree>
impl<'tree> Clone for QuoterChildren<'tree>
Source§fn clone(&self) -> QuoterChildren<'tree>
fn clone(&self) -> QuoterChildren<'tree>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 QuoterChildren<'tree>
impl<'tree> Debug for QuoterChildren<'tree>
impl<'tree> Eq for QuoterChildren<'tree>
Source§impl<'tree> FromNode<'tree> for QuoterChildren<'tree>
impl<'tree> FromNode<'tree> for QuoterChildren<'tree>
Source§impl<'tree> PartialEq for QuoterChildren<'tree>
impl<'tree> PartialEq for QuoterChildren<'tree>
Source§impl Spanned for QuoterChildren<'_>
impl Spanned for QuoterChildren<'_>
impl<'tree> StructuralPartialEq for QuoterChildren<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for QuoterChildren<'tree>
impl<'tree> RefUnwindSafe for QuoterChildren<'tree>
impl<'tree> Send for QuoterChildren<'tree>
impl<'tree> Sync for QuoterChildren<'tree>
impl<'tree> Unpin for QuoterChildren<'tree>
impl<'tree> UnsafeUnpin for QuoterChildren<'tree>
impl<'tree> UnwindSafe for QuoterChildren<'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