Struct diem_api_types::ScriptFunctionId [−][src]
pub struct ScriptFunctionId {
pub module: MoveModuleId,
pub name: Identifier,
}Fields
module: MoveModuleIdname: IdentifierTrait Implementations
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ScriptFunctionId
impl Send for ScriptFunctionId
impl Sync for ScriptFunctionId
impl Unpin for ScriptFunctionId
impl UnwindSafe for ScriptFunctionId
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self
Generates a hash used only for tests.