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