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