Searched defs:FieldAttrs (Results  1 – 3 of 3) sorted by relevance
| /external/rust/android-crates-io/crates/der_derive/src/ | 
| D | attributes.rs | 58 pub(crate) struct FieldAttrs {  struct 60     pub asn1_type: Option<Asn1Type>, 86 impl FieldAttrs {  implementation
  | 
| /external/rust/android-crates-io/crates/merge_derive/src/ | 
| D | lib.rs | 25 struct FieldAttrs {  struct 26     skip: bool, 27     strategy: Option<syn::Path>, 113 impl FieldAttrs {  impl
  | 
| /external/rust/android-crates-io/crates/argh_derive/src/ | 
| D | parse_attrs.rs | 13 pub struct FieldAttrs {  struct 14     pub default: Option<syn::LitStr>, 15     pub description: Option<Description>, 16     pub from_str_fn: Option<syn::ExprPath>, 17     pub field_type: Option<FieldType>, 18     pub long: Option<syn::LitStr>, 19     pub short: Option<syn::LitChar>, 20     pub arg_name: Option<syn::LitStr>, 21     pub greedy: Option<syn::Path>, 22     pub hidden_help: bool, [all …] 
 |