Home
last modified time | relevance | path

Searched refs:ExprAwait (Results 1 - 9 of 9) sorted by relevance

/third_party/rust/crates/syn/src/
H A Dexpr.rs100 Await(ExprAwait),
278 pub struct ExprAwait #full { structure names
695 | Expr::Await(ExprAwait { attrs, .. })
1491 e = Expr::Await(ExprAwait { in trailer_helper()
2277 ExprAwait, Await, "expected await expression",
3018 impl ToTokens for ExprAwait {
H A Dlib.rs363 ExprArray, ExprAssign, ExprAsync, ExprAwait, ExprBlock, ExprBreak, ExprClosure, ExprConst,
/third_party/rust/crates/syn/src/gen/
H A Dclone.rs336 impl Clone for ExprAwait {
338 ExprAwait { in clone()
H A Dfold.rs152 fn fold_expr_await(&mut self, i: ExprAwait) -> ExprAwait { in fold_expr_await()
1296 pub fn fold_expr_await<F>(f: &mut F, node: ExprAwait) -> ExprAwait in fold_expr_await()
1300 ExprAwait { in fold_expr_await()
H A Deq.rs352 impl Eq for ExprAwait {}
355 impl PartialEq for ExprAwait {
H A Ddebug.rs521 impl Debug for ExprAwait {
523 impl ExprAwait { in fmt() impls
533 self.debug(formatter, "ExprAwait") in fmt()
H A Dvisit_mut.rs152 fn visit_expr_await_mut(&mut self, i: &mut ExprAwait) { in visit_expr_await_mut()
1439 pub fn visit_expr_await_mut<V>(v: &mut V, node: &mut ExprAwait) in visit_expr_await_mut()
H A Dhash.rs558 impl Hash for ExprAwait {
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs1076 impl Debug for Lite<syn::ExprAwait> {
1078 let mut formatter = formatter.debug_struct("ExprAwait"); in fmt()

Completed in 34 milliseconds