MCPcopy Create free account

hub / github.com/JelteF/derive_more / functions

Functions1,002 in github.com/JelteF/derive_more

Functionnamed_implicit_no_source
()
tests/error/derives_for_structs_with_source.rs:32
Functionnamed_implicit_no_source
()
tests/error/derives_for_generic_structs_with_source.rs:8
Functionnamed_implicit_no_source
()
tests/error/derives_for_generic_enums_with_source.rs:105
Functionnamed_implicit_optional_boxed_source
()
tests/error/derives_for_enums_with_source.rs:168
Functionnamed_implicit_optional_boxed_source
()
tests/error/derives_for_structs_with_source.rs:94
Functionnamed_implicit_optional_source
()
tests/error/derives_for_enums_with_source.rs:146
Functionnamed_implicit_optional_source
()
tests/error/derives_for_structs_with_source.rs:76
Functionnamed_implicit_optional_source
()
tests/error/derives_for_generic_structs_with_source.rs:34
Functionnamed_implicit_optional_source
()
tests/error/derives_for_generic_enums_with_source.rs:123
Functionnamed_implicit_source
()
tests/error/derives_for_enums_with_source.rs:135
Functionnamed_implicit_source
()
tests/error/derives_for_structs_with_source.rs:43
Functionnamed_implicit_source
()
tests/error/derives_for_generic_structs_with_source.rs:19
Functionnamed_implicit_source
()
tests/error/derives_for_generic_enums_with_source.rs:112
Functionnamed_many
()
tests/into_iterator.rs:59
Functionnamed_single
()
tests/into_iterator.rs:40
Functionnamed_struct_ignore
()
tests/error/derives_for_structs_with_source.rs:465
Functionnamed_struct_ignore
()
tests/error/derives_for_generic_structs_with_source.rs:332
Functionnamed_struct_ignore_redundant
()
tests/error/derives_for_structs_with_source.rs:488
Functionnamed_struct_ignore_redundant
()
tests/error/derives_for_generic_structs_with_source.rs:355
Functionnamed_variant_ignore
()
tests/error/derives_for_enums_with_source.rs:382
Functionnamed_variant_ignore
()
tests/error/derives_for_generic_enums_with_source.rs:309
Functionnamed_variant_ignore_redundant
()
tests/error/derives_for_enums_with_source.rs:399
Functionnamed_variant_ignore_redundant
()
tests/error/derives_for_generic_enums_with_source.rs:326
Methodnew
(operation_name: &'static str)
src/ops.rs:16
Methodnew
(formatter: &'a mut Formatter<'b>)
src/fmt.rs:168
Methodnew
(type_name: &'static str)
src/str.rs:13
Methodnew
(operation_name: &'static str)
src/add.rs:18
Methodnew
(input: T)
src/convert.rs:29
Methodnew
( input: T, enum_name: &'static str, variant_name: &'static str, func_name: &'
src/try_unwrap.rs:22
Methodnew
(params: Vec<&'static str>)
impl/src/utils.rs:302
Methodnew
(data: MultiFieldData<'input, 'state>)
impl/src/error.rs:192
Methodnew
(err: ParseIntError)
tests/from_str.rs:268
Methodnew
(val: i32)
tests/as_mut.rs:42
Methodnew_impl
( input: &'arg_input DeriveInput, trait_name: &'static str, trait_attr: String,
impl/src/utils.rs:372
Functionnot_contains
()
impl/src/utils.rs:2983
Functionnothing
()
tests/as_ref.rs:81
Functionnothing
()
tests/as_mut.rs:88
Functionnothing_assoc
()
tests/as_ref.rs:298
Functionnothing_assoc
()
tests/as_mut.rs:305
Functiononly_ty
()
tests/from_str.rs:287
Functionparameter
Parses a `parameter` as defined in the [grammar spec][0]. # Grammar [`parameter`]` := `[`argument`]` '$'` # Example ```text 42$ par$ ``` [0]: std
impl/src/fmt/parsing.rs:495
Methodparse
[`Parse`]s an item, using additional state or metadata. Default implementation just calls [`Parse::parse()`] directly.
impl/src/utils.rs:1568
Methodparse
(input: syn::parse::ParseStream)
impl/src/from_str.rs:489
Methodparse
(&self, input: ParseStream<'_>)
impl/src/from.rs:330
Methodparse
(_: ParseStream<'_>)
impl/src/into.rs:260
Methodparse
(input: ParseStream)
impl/src/parsing.rs:43
Methodparse
(input: ParseStream<'_>)
impl/src/fmt/display.rs:107
Methodparse_attr_with
Parses this attribute from the provided single [`syn::Attribute`] with the provided [`Parser`]. Required, because with [`Parse`] we only able to pars
impl/src/utils.rs:1584
Methodparse_attr_with
( attr: &syn::Attribute, parser: &P, )
impl/src/utils.rs:1661
Methodparse_attr_with
( attr: &syn::Attribute, parser: &P, )
impl/src/into.rs:266
Methodparse_attrs
Parses this attribute from the provided multiple [`syn::Attribute`]s with the default [`Parse`], merging them, and preserving their [`Span`]. [`Span`
impl/src/utils.rs:1652
Methodparse_attrs_with
Parses this attribute from the provided multiple [`syn::Attribute`]s with the provided [`Parser`], merging them, and preserving their [`Span`]. [`Spa
impl/src/utils.rs:1626
Methodparse_fmt_string
Parses [`Placeholder`]s from the provided formatting string.
impl/src/fmt/mod.rs:462
Functionpath_sep
Tries to parse a [`token::PathSep`]. [`token::PathSep`]: struct@syn::token::PathSep
impl/src/parsing.rs:95
Functionprecision
Parses a `precision` as defined in the [grammar spec][0]. # Grammar [`precision`]` := `[`count`]` | '*'` # Example ```text 0 42$ par$ ``` [0]: s
impl/src/fmt/parsing.rs:411
Methodprocess
(self)
impl/src/lib.rs:76
Methodprovide
(&'a self, request: &mut std::error::Request<'a>)
tests/error/nightly/mod.rs:88
Functionrecord_struct
()
tests/boats_display_derive.rs:23
Functionrecursive
()
tests/partial_eq.rs:394
Functionrecursive
()
tests/eq.rs:240
Functionrecursive_struct
()
tests/partial_eq.rs:88
Functionrecursive_struct
()
tests/eq.rs:65
Functionrecursive_tuple
()
tests/partial_eq.rs:75
Functionrecursive_tuple
()
tests/eq.rs:57
Functionredundant
()
tests/display.rs:2481
Functionredundant
()
tests/debug.rs:2173
Functionreplaces_enum_fields
()
impl/src/utils.rs:2840
Functionreplaces_generics
()
impl/src/utils.rs:2775
Functionreplaces_struct_named_fields
()
impl/src/utils.rs:2804
Functionreplaces_struct_unnamed_fields
()
impl/src/utils.rs:2825
Methodself_ty
Returns a [`syn::Path`] representing a `Self` type of these [`syn::Fields`].
impl/src/from_str.rs:375
Functionsign
Parses a `sign` as defined in the [grammar spec][0]. # Grammar [`sign`]` := '+' | '-'` # Example ```text + - ``` [0]: std::fmt#syntax
impl/src/fmt/parsing.rs:388
Functionsimilar_string_both_case_sensitive
()
tests/from_str.rs:788
Functionsimilar_variant_both_case_sensitive
()
tests/from_str.rs:762
Functionsimple
()
tests/display.rs:2435
Functionsimple
()
tests/debug.rs:2153
Functionsimple
()
tests/try_into.rs:368
Functionsimple_with_bound
()
tests/try_into.rs:288
Functionsingle_field_struct
()
tests/mul_assign.rs:31
Functionsingle_field_struct
()
tests/mul.rs:28
Functionsingle_field_tuple
()
tests/mul_assign.rs:9
Functionsingle_field_tuple
()
tests/mul.rs:12
Functionsingle_variant
()
tests/partial_eq.rs:860
Functionsingle_variant
()
tests/eq.rs:505
Functionsingle_variant_empty_struct
()
tests/partial_eq.rs:589
Functionsingle_variant_empty_struct
()
tests/eq.rs:361
Functionsingle_variant_empty_tuple
()
tests/partial_eq.rs:579
Functionsingle_variant_empty_tuple
()
tests/eq.rs:351
Functionsingle_variant_multi_field_struct
()
tests/partial_eq.rs:612
Functionsingle_variant_multi_field_struct
()
tests/eq.rs:381
Functionsingle_variant_multi_field_tuple
()
tests/partial_eq.rs:599
Functionsingle_variant_multi_field_tuple
()
tests/eq.rs:371
Functionsingle_variant_unit
()
tests/partial_eq.rs:569
Functionsingle_variant_unit
()
tests/eq.rs:341
Functionskip
()
tests/as_ref.rs:1203
Functionskip
()
tests/as_mut.rs:1210
Methodsource
(&self)
src/add.rs:56
Functionspec
()
impl/src/fmt/parsing.rs:767
Functionstruct_
()
tests/add_assign.rs:86
Functionstruct_
()
tests/mul_assign.rs:111
← previousnext →701–800 of 1,002, ranked by callers