Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ is_none
Method
is_none
rust/fory-core/src/serializer/codec.rs:746–748 ·
view source on GitHub ↗
(value: &T)
Source
from the content-addressed store, hash-verified
744
745
#[inline(always)]
746
fn is_none(value: &T) -> bool {
747
value.fory_is_none()
748
}
749
750
#[inline(always)]
751
fn is_polymorphic() -> bool {
Callers
12
write_collection_data_dyn_ref
Function · 0.45
fory_is_none
Method · 0.45
write_vec_dynamic
Function · 0.45
skip_struct
Function · 0.45
skip_ext
Function · 0.45
get_source_fields
Function · 0.45
is_tuple_struct
Function · 0.45
is_runtime_unknown_variant
Function · 0.45
compatible_needs_local_field_type
Method · 0.45
field_dispatch_for
Function · 0.45
codec_type_for
Function · 0.45
contains_custom_trait_object
Function · 0.45
Calls
1
fory_is_none
Method · 0.45
Tested by
no test coverage detected