Searched defs:DeriveInput (Results 1 – 13 of 13) sorted by relevance
| /third_party/rust/crates/syn/src/ |
| D | derive.rs | 67 impl Parse for DeriveInput { implementation 203 impl ToTokens for DeriveInput { implementation
|
| D | item.rs | 366 impl From<ItemStruct> for DeriveInput { implementation 367 fn from(input: ItemStruct) -> DeriveInput { in from() 382 impl From<ItemEnum> for DeriveInput { implementation 383 fn from(input: ItemEnum) -> DeriveInput { in from() 398 impl From<ItemUnion> for DeriveInput { implementation 399 fn from(input: ItemUnion) -> DeriveInput { in from()
|
| /third_party/rust/crates/serde/serde_derive/src/internals/ |
| D | receiver.rs | 11 pub fn replace_receiver(input: &mut DeriveInput) { in replace_receiver()
|
| D | ast.rs | 63 item: &'a syn::DeriveInput, in from_ast()
|
| D | attr.rs | 688 item: &syn::DeriveInput, in decide_tag() 749 item: &syn::DeriveInput, in decide_identifier()
|
| /third_party/rust/crates/clap/clap_derive/src/ |
| D | item.rs | 55 pub fn from_args_struct(input: &DeriveInput, name: Name) -> Result<Self, syn::Error> { in from_args_struct() 72 pub fn from_subcommand_enum(input: &DeriveInput, name: Name) -> Result<Self, syn::Error> { in from_subcommand_enum() 89 pub fn from_value_enum(input: &DeriveInput, name: Name) -> Result<Self, syn::Error> { in from_value_enum()
|
| /third_party/rust/crates/syn/src/gen/ |
| D | eq.rs | 233 impl Eq for DeriveInput {} implementation 236 impl PartialEq for DeriveInput { implementation
|
| D | clone.rs | 215 impl Clone for DeriveInput { implementation
|
| D | hash.rs | 316 impl Hash for DeriveInput { implementation
|
| D | fold.rs | 127 fn fold_derive_input(&mut self, i: DeriveInput) -> DeriveInput { in fold_derive_input()
|
| D | visit_mut.rs | 127 fn visit_derive_input_mut(&mut self, i: &mut DeriveInput) { in visit_derive_input_mut()
|
| D | visit.rs | 126 fn visit_derive_input(&mut self, i: &'ast DeriveInput) { in visit_derive_input()
|
| D | debug.rs | 380 impl Debug for DeriveInput { implementation
|