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