pub struct TypeExpr {
pub span: Span,
pub ty: Type,
}
Expand description
represents a top level: { type } expression in a JSDoc comment.
Fields§
§span: Span
§ty: Type
Trait Implementations§
source§impl PartialEq<TypeExpr> for TypeExpr
impl PartialEq<TypeExpr> for TypeExpr
impl StructuralPartialEq for TypeExpr
Auto Trait Implementations§
impl RefUnwindSafe for TypeExpr
impl Send for TypeExpr
impl Sync for TypeExpr
impl Unpin for TypeExpr
impl UnwindSafe for TypeExpr
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