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