Struct syn::token::Await [−][src]
pub struct Await {
pub span: Span,
}await
Don’t try to remember the name of this type — use the
Token! macro instead.
Fields
span: SpanTrait Implementations
impl Clone for Await[src]
impl Clone for Await[src]This is supported on crate feature
clone-impls only.fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Parse for Await[src]
impl Parse for Await[src]This is supported on crate feature
parsing only.fn parse(input: ParseStream<'_>) -> Result<Self>[src]
impl ToTokens for Await[src]
impl ToTokens for Await[src]This is supported on crate feature
printing only.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 RefUnwindSafe for Await
impl RefUnwindSafe for Awaitimpl UnwindSafe for Await
impl UnwindSafe for Await