Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Houtamelo/spire_enum
/ clone
Method
clone
tests/src/no_std_tests/basic_enum_test.rs:18–22 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
16
Result<T, E>: From<E>,
17
{
18
fn clone(&self) -> Self {
19
delegate_result! {
20
self => |v| v.clone().into()
21
}
22
}
23
}
24
25
// Test with struct variants
Callers
15
test
Function · 0.80
test_struct_variant_generic_table
Function · 0.80
test_app_settings_variant_generic_table
Function · 0.80
test_comprehensive_variant_generic_table
Function · 0.80
test_complex_struct_variant_type_table
Function · 0.80
test_trait_integration
Function · 0.80
test_mixed_variant_type_table
Function · 0.80
test_comprehensive_variant_type_table
Function · 0.80
test_http_method_delegation
Function · 0.80
test_result_delegation
Function · 0.80
test_command_enum
Function · 0.80
test
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected