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