Struct resource_viewer::AnnotatedMoveStruct
source · pub struct AnnotatedMoveStruct {
pub abilities: AbilitySet,
pub type_: StructTag,
pub value: Vec<(Identifier, AnnotatedMoveValue)>,
}
Fields§
§abilities: AbilitySet
§type_: StructTag
§value: Vec<(Identifier, AnnotatedMoveValue)>
Trait Implementations§
source§impl Clone for AnnotatedMoveStruct
impl Clone for AnnotatedMoveStruct
source§fn clone(&self) -> AnnotatedMoveStruct
fn clone(&self) -> AnnotatedMoveStruct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more