Expand description
A parenthesized expression: (a + b).
This type is available only if Syn is built with the "full" feature.
Fields
attrs: Vec<Attribute>paren_token: Parenexpr: Box<Expr>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExprParen
impl !Send for ExprParen
impl !Sync for ExprParen
impl Unpin for ExprParen
impl UnwindSafe for ExprParen
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more