Expand description
An expression contained within invisible delimiters.
This variant is important for faithfully representing the precedence
of expressions and is related to None
-delimited spans in a
TokenStream
.
This type is available only if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
group_token: Group
expr: Box<Expr>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ExprGroup
impl !Send for ExprGroup
impl !Sync for ExprGroup
impl Unpin for ExprGroup
impl UnwindSafe for ExprGroup
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