Struct macroex::ParenthesisizedGroup
source · pub struct ParenthesisizedGroup(pub Group);
Expand description
Extacts a Group
enclosed in parenthesis ()
.
Tuple Fields§
§0: Group
Trait Implementations§
source§impl FromMacro for ParenthesisizedGroup
impl FromMacro for ParenthesisizedGroup
source§impl ToTokens for ParenthesisizedGroup
impl ToTokens for ParenthesisizedGroup
source§fn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
Auto Trait Implementations§
impl RefUnwindSafe for ParenthesisizedGroup
impl !Send for ParenthesisizedGroup
impl !Sync for ParenthesisizedGroup
impl Unpin for ParenthesisizedGroup
impl UnwindSafe for ParenthesisizedGroup
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