MCPcopy Index your code

hub / github.com/JelteF/derive_more / functions

Functions1,002 in github.com/JelteF/derive_more

Functionassert
()
tests/display.rs:34
Functionassert
()
tests/from.rs:34
Functionassert
()
tests/debug.rs:25
Functionassert
()
tests/no_std.rs:115
Functionassert
()
tests/into.rs:75
Functionassoc
()
tests/from_str.rs:149
Functionassociated_type_name_hygiene
()
tests/try_into.rs:242
Functionauto_generic_enum
()
tests/display.rs:2121
Functionauto_generic_enum_associated
()
tests/display.rs:2211
Functionauto_generic_enum_associated
()
tests/debug.rs:1890
Functionauto_generic_enum_complex
()
tests/display.rs:2249
Functionauto_generic_enum_complex
()
tests/debug.rs:1946
Functionauto_generic_indirect
()
tests/display.rs:2289
Functionauto_generic_indirect
()
tests/debug.rs:1998
Functionauto_generic_named_struct_associated
()
tests/display.rs:2191
Functionauto_generic_named_struct_associated
()
tests/debug.rs:1859
Functionauto_generic_named_struct_complex
()
tests/display.rs:2229
Functionauto_generic_named_struct_complex
()
tests/debug.rs:1912
Functionauto_generic_reference
()
tests/display.rs:2264
Functionauto_generic_reference
()
tests/debug.rs:1968
Functionauto_generic_static_reference
()
tests/display.rs:2273
Functionauto_generic_static_reference
()
tests/debug.rs:1978
Functionauto_generic_unnamed_struct_associated
()
tests/display.rs:2202
Functionauto_generic_unnamed_struct_associated
()
tests/debug.rs:1877
Functionauto_generic_unnamed_struct_complex
()
tests/display.rs:2240
Functionauto_generic_unnamed_struct_complex
()
tests/debug.rs:1930
Functionauto_named_generic_struct
()
tests/display.rs:2012
Functionauto_unnamed_generic_struct
()
tests/display.rs:2063
Methodbuild_hasher
(&self)
impl/src/utils.rs:66
Functioncase_insensitive
()
tests/from_str.rs:427
Functioncase_sensitive
()
tests/from_str.rs:449
Functioncases
()
impl/src/parsing.rs:266
Functioncases
()
impl/src/fmt/mod.rs:750
Methodcheck_legacy_fmt
Errors in case legacy syntax is encountered: `bound = "..."`.
impl/src/fmt/mod.rs:66
Functioncompile_fail
()
tests/compile_fail/mod.rs:3
Functioncomplex
()
tests/display.rs:2503
Functioncomplex
()
tests/debug.rs:2195
Functioncomplex_with_bound
()
tests/try_into.rs:317
Functioncomplex_with_ignoring
()
tests/try_into.rs:20
Functionconst_param
()
tests/from_str.rs:206
Functionconst_param
()
tests/partial_eq.rs:351
Functionconst_param
()
tests/eq.rs:213
Functionconst_param
()
tests/as_ref.rs:529
Functionconst_param
()
tests/as_mut.rs:536
Functionconsts
()
impl/src/utils.rs:2675
Functioncontains
()
impl/src/utils.rs:2948
Functioncount
Parses a `count` as defined in the [grammar spec][0]. # Grammar [`count`]` := `[`parameter`]` | `[`integer`] # Example ```text 0 42$ par$ ``` [0]
impl/src/fmt/parsing.rs:474
Functioncustom_error_fn
()
tests/from_str.rs:279
Functioncustom_error_fn
()
tests/try_into.rs:363
Functiondebug
()
tests/display.rs:2445
Functiondebug_tuple
Creates a new [`DebugTuple`].
src/fmt.rs:20
Methoddefault
()
src/as.rs:14
Methoddefault
()
impl/src/into.rs:328
Methoddefault
()
tests/error/nightly/mod.rs:80
Methodderef
(&self)
impl/src/utils.rs:1489
Methodderef
(&self)
tests/deref_mut.rs:21
Functionderef_generic
()
tests/deref.rs:64
Functionderef_generic_forward
()
tests/deref.rs:73
Functionderef_generic_forward_enum_inner
()
tests/deref.rs:190
Functionderef_generic_forward_enum_outer
()
tests/deref.rs:214
Methodderef_mut
(&mut self)
impl/src/utils.rs:1495
Functionderef_mut_generic
()
tests/deref_mut.rs:113
Functionderef_mut_generic_enum
()
tests/deref_mut.rs:351
Functionderef_mut_generic_forward
()
tests/deref_mut.rs:134
Functionderef_mut_generic_forward_enum_inner
()
tests/deref_mut.rs:380
Functionderef_mut_generic_forward_enum_outer
()
tests/deref_mut.rs:431
Functiondetect_error_attr
Checks whether the inner of a [`syn::Attribute`] represents an [`attr::Error`].
impl/src/try_into.rs:184
Functiondisplay_bound
(_: &T)
tests/display.rs:1960
Functionempty
()
tests/from_str.rs:602
Functionempty
()
tests/partial_eq.rs:563
Functionempty
()
tests/add.rs:119
Functionempty
()
tests/mul.rs:256
Functionempty_struct
()
tests/from_str.rs:419
Functionempty_struct
()
tests/partial_eq.rs:42
Functionempty_struct
()
tests/eq.rs:30
Functionempty_tuple
()
tests/from_str.rs:411
Functionempty_tuple
()
tests/partial_eq.rs:34
Functionempty_tuple
()
tests/eq.rs:22
Functionenum_error
()
tests/boats_display_derive.rs:50
Functionenum_with_complex_repr
()
tests/try_from.rs:50
Functionenum_without_repr
()
tests/try_from.rs:33
Methodeq
(&self, other: &syn::Ident)
impl/src/parsing.rs:75
Methodeq
(&self, _: &Self)
tests/compile_fail/eq/unknown_variant_attribute.rs:8
Methodeq
(&self, _: &Self)
tests/compile_fail/eq/union.rs:7
Methodeq
(&self, _: &Self)
tests/compile_fail/eq/non_eq_field.rs:7
Methodeq
(&self, _: &Self)
tests/compile_fail/eq/non_eq_field_recursive.rs:8
Methodeq
(&self, _: &Self)
tests/compile_fail/eq/unknown_field_attribute.rs:5
Methodeq
(&self, _: &Self)
tests/compile_fail/eq/unknown_struct_attribute.rs:6
Functionerror
()
impl/src/fmt/parsing.rs:1292
Functionerror_preserves_input
()
tests/try_into.rs:265
Functionexpand
(input: &DeriveInput, trait_name: &'static str)
impl/src/sum_like.rs:8
Functionexpand
(input: &DeriveInput, trait_name: &'static str)
impl/src/unwrap.rs:7
Functionexpand
Provides the hook to expand `#[derive(Deref)]` into an implementation of `Deref`
impl/src/deref.rs:9
Functionexpand
Expands a [`FromStr`] derive macro.
impl/src/from_str.rs:17
Functionexpand
Expands a [`From`] derive macro.
impl/src/from.rs:23
Functionexpand
Provides the hook to expand `#[derive(IntoIterator)]` into an implementation of `IntoIterator`
impl/src/into_iterator.rs:9
Functionexpand
(input: &DeriveInput, trait_name: &str)
impl/src/not_like.rs:9
Functionexpand
(input: &DeriveInput, trait_name: &'static str)
impl/src/is_variant.rs:7
Functionexpand
Provides the hook to expand `#[derive(DerefMut)]` into an implementation of `DerefMut`
impl/src/deref_mut.rs:9
Functionexpand
Expands an [`Into`] derive macro.
impl/src/into.rs:27
← previousnext →201–300 of 1,002, ranked by callers