pub struct ExtendsTypeClause<'tree> {
pub span: Span,
pub type: Vec<ExtendsTypeClauseType<'tree>>,
}Fields§
§span: Span§type: Vec<ExtendsTypeClauseType<'tree>>Trait Implementations§
Source§impl<'tree> Clone for ExtendsTypeClause<'tree>
impl<'tree> Clone for ExtendsTypeClause<'tree>
Source§fn clone(&self) -> ExtendsTypeClause<'tree>
fn clone(&self) -> ExtendsTypeClause<'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 ExtendsTypeClause<'tree>
impl<'tree> Debug for ExtendsTypeClause<'tree>
impl<'tree> Eq for ExtendsTypeClause<'tree>
Source§impl<'tree> FromNode<'tree> for ExtendsTypeClause<'tree>
impl<'tree> FromNode<'tree> for ExtendsTypeClause<'tree>
Source§impl<'tree> PartialEq for ExtendsTypeClause<'tree>
impl<'tree> PartialEq for ExtendsTypeClause<'tree>
Source§fn eq(&self, other: &ExtendsTypeClause<'tree>) -> bool
fn eq(&self, other: &ExtendsTypeClause<'tree>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Spanned for ExtendsTypeClause<'_>
impl Spanned for ExtendsTypeClause<'_>
impl<'tree> StructuralPartialEq for ExtendsTypeClause<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ExtendsTypeClause<'tree>
impl<'tree> RefUnwindSafe for ExtendsTypeClause<'tree>
impl<'tree> Send for ExtendsTypeClause<'tree>
impl<'tree> Sync for ExtendsTypeClause<'tree>
impl<'tree> Unpin for ExtendsTypeClause<'tree>
impl<'tree> UnsafeUnpin for ExtendsTypeClause<'tree>
impl<'tree> UnwindSafe for ExtendsTypeClause<'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