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