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