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