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