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