Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JelteF/derive_more
/ functions
Functions
1,002 in github.com/JelteF/derive_more
⨍
Functions
1,002
◇
Types & classes
818
Function
assert
()
tests/display.rs:34
Function
assert
()
tests/from.rs:34
Function
assert
()
tests/debug.rs:25
Function
assert
()
tests/no_std.rs:115
Function
assert
()
tests/into.rs:75
Function
assoc
()
tests/from_str.rs:149
Function
associated_type_name_hygiene
()
tests/try_into.rs:242
Function
auto_generic_enum
()
tests/display.rs:2121
Function
auto_generic_enum_associated
()
tests/display.rs:2211
Function
auto_generic_enum_associated
()
tests/debug.rs:1890
Function
auto_generic_enum_complex
()
tests/display.rs:2249
Function
auto_generic_enum_complex
()
tests/debug.rs:1946
Function
auto_generic_indirect
()
tests/display.rs:2289
Function
auto_generic_indirect
()
tests/debug.rs:1998
Function
auto_generic_named_struct_associated
()
tests/display.rs:2191
Function
auto_generic_named_struct_associated
()
tests/debug.rs:1859
Function
auto_generic_named_struct_complex
()
tests/display.rs:2229
Function
auto_generic_named_struct_complex
()
tests/debug.rs:1912
Function
auto_generic_reference
()
tests/display.rs:2264
Function
auto_generic_reference
()
tests/debug.rs:1968
Function
auto_generic_static_reference
()
tests/display.rs:2273
Function
auto_generic_static_reference
()
tests/debug.rs:1978
Function
auto_generic_unnamed_struct_associated
()
tests/display.rs:2202
Function
auto_generic_unnamed_struct_associated
()
tests/debug.rs:1877
Function
auto_generic_unnamed_struct_complex
()
tests/display.rs:2240
Function
auto_generic_unnamed_struct_complex
()
tests/debug.rs:1930
Function
auto_named_generic_struct
()
tests/display.rs:2012
Function
auto_unnamed_generic_struct
()
tests/display.rs:2063
Method
build_hasher
(&self)
impl/src/utils.rs:66
Function
case_insensitive
()
tests/from_str.rs:427
Function
case_sensitive
()
tests/from_str.rs:449
Function
cases
()
impl/src/parsing.rs:266
Function
cases
()
impl/src/fmt/mod.rs:750
Method
check_legacy_fmt
Errors in case legacy syntax is encountered: `bound = "..."`.
impl/src/fmt/mod.rs:66
Function
compile_fail
()
tests/compile_fail/mod.rs:3
Function
complex
()
tests/display.rs:2503
Function
complex
()
tests/debug.rs:2195
Function
complex_with_bound
()
tests/try_into.rs:317
Function
complex_with_ignoring
()
tests/try_into.rs:20
Function
const_param
()
tests/from_str.rs:206
Function
const_param
()
tests/partial_eq.rs:351
Function
const_param
()
tests/eq.rs:213
Function
const_param
()
tests/as_ref.rs:529
Function
const_param
()
tests/as_mut.rs:536
Function
consts
()
impl/src/utils.rs:2675
Function
contains
()
impl/src/utils.rs:2948
Function
count
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
Function
custom_error_fn
()
tests/from_str.rs:279
Function
custom_error_fn
()
tests/try_into.rs:363
Function
debug
()
tests/display.rs:2445
Function
debug_tuple
Creates a new [`DebugTuple`].
src/fmt.rs:20
Method
default
()
src/as.rs:14
Method
default
()
impl/src/into.rs:328
Method
default
()
tests/error/nightly/mod.rs:80
Method
deref
(&self)
impl/src/utils.rs:1489
Method
deref
(&self)
tests/deref_mut.rs:21
Function
deref_generic
()
tests/deref.rs:64
Function
deref_generic_forward
()
tests/deref.rs:73
Function
deref_generic_forward_enum_inner
()
tests/deref.rs:190
Function
deref_generic_forward_enum_outer
()
tests/deref.rs:214
Method
deref_mut
(&mut self)
impl/src/utils.rs:1495
Function
deref_mut_generic
()
tests/deref_mut.rs:113
Function
deref_mut_generic_enum
()
tests/deref_mut.rs:351
Function
deref_mut_generic_forward
()
tests/deref_mut.rs:134
Function
deref_mut_generic_forward_enum_inner
()
tests/deref_mut.rs:380
Function
deref_mut_generic_forward_enum_outer
()
tests/deref_mut.rs:431
Function
detect_error_attr
Checks whether the inner of a [`syn::Attribute`] represents an [`attr::Error`].
impl/src/try_into.rs:184
Function
display_bound
(_: &T)
tests/display.rs:1960
Function
empty
()
tests/from_str.rs:602
Function
empty
()
tests/partial_eq.rs:563
Function
empty
()
tests/add.rs:119
Function
empty
()
tests/mul.rs:256
Function
empty_struct
()
tests/from_str.rs:419
Function
empty_struct
()
tests/partial_eq.rs:42
Function
empty_struct
()
tests/eq.rs:30
Function
empty_tuple
()
tests/from_str.rs:411
Function
empty_tuple
()
tests/partial_eq.rs:34
Function
empty_tuple
()
tests/eq.rs:22
Function
enum_error
()
tests/boats_display_derive.rs:50
Function
enum_with_complex_repr
()
tests/try_from.rs:50
Function
enum_without_repr
()
tests/try_from.rs:33
Method
eq
(&self, other: &syn::Ident)
impl/src/parsing.rs:75
Method
eq
(&self, _: &Self)
tests/compile_fail/eq/unknown_variant_attribute.rs:8
Method
eq
(&self, _: &Self)
tests/compile_fail/eq/union.rs:7
Method
eq
(&self, _: &Self)
tests/compile_fail/eq/non_eq_field.rs:7
Method
eq
(&self, _: &Self)
tests/compile_fail/eq/non_eq_field_recursive.rs:8
Method
eq
(&self, _: &Self)
tests/compile_fail/eq/unknown_field_attribute.rs:5
Method
eq
(&self, _: &Self)
tests/compile_fail/eq/unknown_struct_attribute.rs:6
Function
error
()
impl/src/fmt/parsing.rs:1292
Function
error_preserves_input
()
tests/try_into.rs:265
Function
expand
(input: &DeriveInput, trait_name: &'static str)
impl/src/sum_like.rs:8
Function
expand
(input: &DeriveInput, trait_name: &'static str)
impl/src/unwrap.rs:7
Function
expand
Provides the hook to expand `#[derive(Deref)]` into an implementation of `Deref`
impl/src/deref.rs:9
Function
expand
Expands a [`FromStr`] derive macro.
impl/src/from_str.rs:17
Function
expand
Expands a [`From`] derive macro.
impl/src/from.rs:23
Function
expand
Provides the hook to expand `#[derive(IntoIterator)]` into an implementation of `IntoIterator`
impl/src/into_iterator.rs:9
Function
expand
(input: &DeriveInput, trait_name: &str)
impl/src/not_like.rs:9
Function
expand
(input: &DeriveInput, trait_name: &'static str)
impl/src/is_variant.rs:7
Function
expand
Provides the hook to expand `#[derive(DerefMut)]` into an implementation of `DerefMut`
impl/src/deref_mut.rs:9
Function
expand
Expands an [`Into`] derive macro.
impl/src/into.rs:27
← previous
next →
201–300 of 1,002, ranked by callers