pub struct SelfParameter<'tree> {
pub span: Span,
pub children: Vec<SelfParameterChildren<'tree>>,
}Fields§
§span: Span§children: Vec<SelfParameterChildren<'tree>>Trait Implementations§
Source§impl<'tree> Clone for SelfParameter<'tree>
impl<'tree> Clone for SelfParameter<'tree>
Source§fn clone(&self) -> SelfParameter<'tree>
fn clone(&self) -> SelfParameter<'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 SelfParameter<'tree>
impl<'tree> Debug for SelfParameter<'tree>
Source§impl<'tree> FromNode<'tree> for SelfParameter<'tree>
impl<'tree> FromNode<'tree> for SelfParameter<'tree>
Source§impl<'tree> PartialEq for SelfParameter<'tree>
impl<'tree> PartialEq for SelfParameter<'tree>
Source§impl Spanned for SelfParameter<'_>
impl Spanned for SelfParameter<'_>
impl<'tree> Eq for SelfParameter<'tree>
impl<'tree> StructuralPartialEq for SelfParameter<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for SelfParameter<'tree>
impl<'tree> RefUnwindSafe for SelfParameter<'tree>
impl<'tree> Send for SelfParameter<'tree>
impl<'tree> Sync for SelfParameter<'tree>
impl<'tree> Unpin for SelfParameter<'tree>
impl<'tree> UnsafeUnpin for SelfParameter<'tree>
impl<'tree> UnwindSafe for SelfParameter<'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