Struct jsdoc::ast::ExprWithTypeArgs
source · pub struct ExprWithTypeArgs {
pub span: Span,
pub expr: Box<Expr>,
}Fields§
§span: Span§expr: Box<Expr>Trait Implementations§
source§impl Clone for ExprWithTypeArgs
impl Clone for ExprWithTypeArgs
source§fn clone(&self) -> ExprWithTypeArgs
fn clone(&self) -> ExprWithTypeArgs
Returns a copy 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 Debug for ExprWithTypeArgs
impl Debug for ExprWithTypeArgs
source§impl PartialEq for ExprWithTypeArgs
impl PartialEq for ExprWithTypeArgs
source§fn eq(&self, other: &ExprWithTypeArgs) -> bool
fn eq(&self, other: &ExprWithTypeArgs) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Spanned for ExprWithTypeArgs
impl Spanned for ExprWithTypeArgs
impl StructuralPartialEq for ExprWithTypeArgs
Auto Trait Implementations§
impl RefUnwindSafe for ExprWithTypeArgs
impl Send for ExprWithTypeArgs
impl Sync for ExprWithTypeArgs
impl Unpin for ExprWithTypeArgs
impl UnwindSafe for ExprWithTypeArgs
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