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