Enum diem_api_types::MoveValue [−][src]
pub enum MoveValue {
U8(u8),
U64(U64),
U128(U128),
Bool(bool),
Address(Address),
Vector(Vec<MoveValue>),
Bytes(HexEncodedBytes),
Struct(MoveStructValue),
String(String),
}Variants
U8(u8)Tuple Fields of U8
0: u8U64(U64)Tuple Fields of U64
0: U64U128(U128)Tuple Fields of U128
0: U128Bool(bool)Tuple Fields of Bool
0: boolAddress(Address)Tuple Fields of Address
0: AddressBytes(HexEncodedBytes)Tuple Fields of Bytes
Struct(MoveStructValue)Tuple Fields of Struct
String(String)Tuple Fields of String
0: StringImplementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MoveValue
impl UnwindSafe for MoveValue
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.