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