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