pub struct CurlyBracedGroup(pub Group);
Expand description
Extacts a Group
enclosed in curly braces {}
.
Tuple Fields§
§0: Group
Trait Implementations§
Source§impl FromMacro for CurlyBracedGroup
impl FromMacro for CurlyBracedGroup
Source§impl ToTokens for CurlyBracedGroup
impl ToTokens for CurlyBracedGroup
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 Freeze for CurlyBracedGroup
impl RefUnwindSafe for CurlyBracedGroup
impl !Send for CurlyBracedGroup
impl !Sync for CurlyBracedGroup
impl Unpin for CurlyBracedGroup
impl UnwindSafe for CurlyBracedGroup
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