Struct frame_support_procedural_tools::syn_ext::Parens [−][src]
pub struct Parens<P> { pub token: Paren, pub content: P, }
Fields
token: Paren
content: P
Trait Implementations
impl<P: Clone> Clone for Parens<P>
[src]
impl<P: Clone> Clone for Parens<P>
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<P: ToTokens> ToTokens for Parens<P>
[src]
impl<P: ToTokens> ToTokens for Parens<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 Parens<P> where
P: RefUnwindSafe,
P: RefUnwindSafe,
impl<P> !Send for Parens<P>
impl<P> !Sync for Parens<P>
impl<P> Unpin for Parens<P> where
P: Unpin,
P: Unpin,
impl<P> UnwindSafe for Parens<P> where
P: UnwindSafe,
P: UnwindSafe,