MCPcopy Create free account
hub / github.com/diem/move / Field

Class Field

language/move-binary-format/src/normalized.rs:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60/// marked as incompatible. Not safe to compare without an enclosing `Struct`.
61#[derive(Clone, Debug, Eq, PartialEq, Serialize, Deserialize)]
62pub struct Field {
63 pub name: Identifier,
64 pub type_: Type,
65}
66
67/// Normalized version of a `StructDefinition`. Not safe to compare without an associated
68/// `ModuleId` or `Module`.

Callers 10

normalizeMethod · 0.85
fieldMethod · 0.85
executeMethod · 0.85
instantiateMethod · 0.85
parse_fieldFunction · 0.85
dottedFunction · 0.85
derive_module_for_asyncFunction · 0.85
field_labelMethod · 0.85
parse_storage_locationFunction · 0.85
add_field_borrowMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected