pub enum InferredChildren<'tree> {
Annotated(Box<Annotated<'tree>>),
TypeParam(Box<TypeParam<'tree>>),
}Variants§
Trait Implementations§
Source§impl<'tree> Clone for InferredChildren<'tree>
impl<'tree> Clone for InferredChildren<'tree>
Source§fn clone(&self) -> InferredChildren<'tree>
fn clone(&self) -> InferredChildren<'tree>
Returns a duplicate of the value. Read more
1.0.0 · 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 InferredChildren<'tree>
impl<'tree> Debug for InferredChildren<'tree>
Source§impl<'tree> FromNode<'tree> for InferredChildren<'tree>
impl<'tree> FromNode<'tree> for InferredChildren<'tree>
Source§impl<'tree> PartialEq for InferredChildren<'tree>
impl<'tree> PartialEq for InferredChildren<'tree>
Source§impl Spanned for InferredChildren<'_>
impl Spanned for InferredChildren<'_>
impl<'tree> Eq for InferredChildren<'tree>
impl<'tree> StructuralPartialEq for InferredChildren<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for InferredChildren<'tree>
impl<'tree> RefUnwindSafe for InferredChildren<'tree>
impl<'tree> Send for InferredChildren<'tree>
impl<'tree> Sync for InferredChildren<'tree>
impl<'tree> Unpin for InferredChildren<'tree>
impl<'tree> UnsafeUnpin for InferredChildren<'tree>
impl<'tree> UnwindSafe for InferredChildren<'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