Home
last modified time | relevance | path

Searched defs:LitBool (Results 1 – 7 of 7) sorted by relevance

/linux/rust/syn/
H A Dlit.rs581 impl LitBool { implementation
722 impl Debug for LitBool { implementation
728 impl LitBool { implementation
1016 impl Parse for LitBool { implementation
1119 impl ToTokens for LitBool { implementation
/linux/rust/syn/gen/
H A Deq.rs1352 impl Eq for crate::LitBool {} implementation
1354 impl PartialEq for crate::LitBool { implementation
H A Dclone.rs1380 impl Clone for crate::LitBool { implementation
H A Dhash.rs1754 impl Hash for crate::LitBool { implementation
H A Dvisit_mut.rs561 fn visit_lit_bool_mut(&mut self, i: &mut crate::LitBool) { in visit_lit_bool_mut()
H A Dfold.rs590 fn fold_lit_bool(&mut self, i: crate::LitBool) -> crate::LitBool { in fold_lit_bool()
H A Dvisit.rs553 fn visit_lit_bool(&mut self, i: &'ast crate::LitBool) { in visit_lit_bool()