pub struct TypeAssertExpr {
pub expr: Expr,
pub l_paren: Pos,
pub typ: Option<Expr>,
pub r_paren: Pos,
}
Fields§
§expr: Expr
§l_paren: Pos
§typ: Option<Expr>
§r_paren: Pos
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeAssertExpr
impl RefUnwindSafe for TypeAssertExpr
impl !Send for TypeAssertExpr
impl !Sync for TypeAssertExpr
impl Unpin for TypeAssertExpr
impl UnwindSafe for TypeAssertExpr
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