Struct sui_sdk_types::types::MoveStruct
source · pub struct MoveStruct { /* private fields */ }
Implementations§
source§impl MoveStruct
impl MoveStruct
pub fn new( type_: StructTag, has_public_transfer: bool, version: Version, contents: Vec<u8>, ) -> Option<Self>
pub fn object_type(&self) -> &StructTag
pub fn has_public_transfer(&self) -> bool
pub fn version(&self) -> Version
pub fn contents(&self) -> &[u8] ⓘ
pub fn object_id(&self) -> ObjectId
Trait Implementations§
source§impl Clone for MoveStruct
impl Clone for MoveStruct
source§fn clone(&self) -> MoveStruct
fn clone(&self) -> MoveStruct
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 moresource§impl Debug for MoveStruct
impl Debug for MoveStruct
source§impl<'de> Deserialize<'de> for MoveStruct
impl<'de> Deserialize<'de> for MoveStruct
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for MoveStruct
impl Hash for MoveStruct
source§impl PartialEq for MoveStruct
impl PartialEq for MoveStruct
source§impl Serialize for MoveStruct
impl Serialize for MoveStruct
impl Eq for MoveStruct
impl StructuralPartialEq for MoveStruct
Auto Trait Implementations§
impl Freeze for MoveStruct
impl RefUnwindSafe for MoveStruct
impl Send for MoveStruct
impl Sync for MoveStruct
impl Unpin for MoveStruct
impl UnwindSafe for MoveStruct
Blanket Implementations§
§impl<U> As for U
impl<U> As for U
§fn as_<T>(self) -> Twhere
T: CastFrom<U>,
fn as_<T>(self) -> Twhere
T: CastFrom<U>,
Casts
self
to type T
. The semantics of numeric casting with the as
operator are followed, so <T as As>::as_::<U>
can be used in the same way as T as U
for numeric conversions. Read moresource§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)