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