pub struct Await(pub Ident);👎Deprecated: The
rust_grammar module has been spun out into the separate crates loess-rust and loess-rust-opaque.Expand description
await
Tuple Fields§
§0: Ident👎Deprecated: The
rust_grammar module has been spun out into the separate crates loess-rust and loess-rust-opaque.Trait Implementations§
Source§impl IntoTokens for Await
impl IntoTokens for Await
Source§fn into_tokens(self, root: &TokenStream, tokens: &mut impl Extend<TokenTree>)
fn into_tokens(self, root: &TokenStream, tokens: &mut impl Extend<TokenTree>)
Source§fn collect_tokens<T: Default + Extend<TokenTree>>(self, root: &TokenStream) -> Twhere
Self: Sized,
fn collect_tokens<T: Default + Extend<TokenTree>>(self, root: &TokenStream) -> Twhere
Self: Sized,
Convenience methods to emit
self’s tokens into a new T.Auto Trait Implementations§
impl Freeze for Await
impl RefUnwindSafe for Await
impl !Send for Await
impl !Sync for Await
impl Unpin for Await
impl UnwindSafe for Await
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