pub struct Annotated<'tree> {
pub span: Span,
pub kind: QuantifiedType<'tree>,
pub children: TypeParam<'tree>,
}Fields§
§span: Span§kind: QuantifiedType<'tree>§children: TypeParam<'tree>Trait Implementations§
impl<'tree> Eq for Annotated<'tree>
impl<'tree> StructuralPartialEq for Annotated<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Annotated<'tree>
impl<'tree> RefUnwindSafe for Annotated<'tree>
impl<'tree> Send for Annotated<'tree>
impl<'tree> Sync for Annotated<'tree>
impl<'tree> Unpin for Annotated<'tree>
impl<'tree> UnsafeUnpin for Annotated<'tree>
impl<'tree> UnwindSafe for Annotated<'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