Struct diem_resource_viewer::AnnotatedMoveStruct [−]
pub struct AnnotatedMoveStruct {
pub abilities: AbilitySet,
pub type_: StructTag,
pub value: Vec<(Identifier, AnnotatedMoveValue), Global>,
}Fields
abilities: AbilitySettype_: StructTagvalue: Vec<(Identifier, AnnotatedMoveValue), Global>Trait Implementations
impl Clone for AnnotatedMoveStruct
impl Clone for AnnotatedMoveStruct
pub fn clone(&self) -> AnnotatedMoveStruct
pub fn clone(&self) -> AnnotatedMoveStruct
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for AnnotatedMoveStruct
impl Debug for AnnotatedMoveStruct
impl Display for AnnotatedMoveStruct
impl Display for AnnotatedMoveStruct
impl Serialize for AnnotatedMoveStruct
impl Serialize for AnnotatedMoveStruct
pub fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
pub fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error> where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for AnnotatedMoveStruct
impl Send for AnnotatedMoveStruct
impl Sync for AnnotatedMoveStruct
impl Unpin for AnnotatedMoveStruct
impl UnwindSafe for AnnotatedMoveStruct
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self
Generates a hash used only for tests.