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