Struct diem_api_types::MoveModuleId [−][src]
pub struct MoveModuleId {
pub address: Address,
pub name: Identifier,
}Fields
address: Addressname: IdentifierTrait Implementations
Deserialize this value from the given Serde deserializer. Read more
Performs the conversion.
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 MoveModuleId
impl Send for MoveModuleId
impl Sync for MoveModuleId
impl Unpin for MoveModuleId
impl UnwindSafe for MoveModuleId
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.