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