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