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