Searched defs:LitBool (Results 1 – 7 of 7) sorted by relevance
581 impl LitBool { implementation722 impl Debug for LitBool { implementation728 impl LitBool { impl1016 impl Parse for LitBool { implementation1119 impl ToTokens for LitBool { implementation
1352 impl Eq for crate::LitBool {} implementation1354 impl PartialEq for crate::LitBool { implementation
1380 impl Clone for crate::LitBool { implementation
1754 impl Hash for crate::LitBool { implementation
561 fn visit_lit_bool_mut(&mut self, i: &mut crate::LitBool) { in visit_lit_bool_mut()
590 fn fold_lit_bool(&mut self, i: crate::LitBool) -> crate::LitBool { in fold_lit_bool()
553 fn visit_lit_bool(&mut self, i: &'ast crate::LitBool) { in visit_lit_bool()