Struct frame_support_procedural_tools::syn_ext::Braces [−][src]
pub struct Braces<P> {
pub token: Brace,
pub content: P,
}Fields
token: Bracecontent: PTrait Implementations
impl<P: Clone> Clone for Braces<P>[src]
impl<P: Clone> Clone for Braces<P>[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<P: ToTokens> ToTokens for Braces<P>[src]
impl<P: ToTokens> ToTokens for Braces<P>[src]fn to_tokens(&self, tokens: &mut TokenStream)[src]
pub fn to_token_stream(&self) -> TokenStream[src]
pub fn into_token_stream(self) -> TokenStream[src]
Auto Trait Implementations
impl<P> RefUnwindSafe for Braces<P> where
P: RefUnwindSafe,
P: RefUnwindSafe,
impl<P> !Send for Braces<P>
impl<P> !Sync for Braces<P>
impl<P> Unpin for Braces<P> where
P: Unpin,
P: Unpin,
impl<P> UnwindSafe for Braces<P> where
P: UnwindSafe,
P: UnwindSafe,