pub struct WriteSetChangeWriteTableItem {
pub state_key_hash: String,
pub handle: String,
pub key: String,
pub value: String,
pub data: Option<Box<DecodedTableData>>,
pub type: Type,
}Fields§
§state_key_hash: String§handle: StringAll bytes (Vec0x and fulfilled with two hex digits per byte. Unlike the Address type, HexEncodedBytes will not trim any zeros.
key: StringAll bytes (Vec0x and fulfilled with two hex digits per byte. Unlike the Address type, HexEncodedBytes will not trim any zeros.
value: StringAll bytes (Vec0x and fulfilled with two hex digits per byte. Unlike the Address type, HexEncodedBytes will not trim any zeros.
data: Option<Box<DecodedTableData>>§type: TypeImplementations§
Trait Implementations§
Source§impl Clone for WriteSetChangeWriteTableItem
impl Clone for WriteSetChangeWriteTableItem
Source§fn clone(&self) -> WriteSetChangeWriteTableItem
fn clone(&self) -> WriteSetChangeWriteTableItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WriteSetChangeWriteTableItem
impl Debug for WriteSetChangeWriteTableItem
Source§impl Default for WriteSetChangeWriteTableItem
impl Default for WriteSetChangeWriteTableItem
Source§fn default() -> WriteSetChangeWriteTableItem
fn default() -> WriteSetChangeWriteTableItem
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WriteSetChangeWriteTableItem
impl<'de> Deserialize<'de> for WriteSetChangeWriteTableItem
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 PartialEq for WriteSetChangeWriteTableItem
impl PartialEq for WriteSetChangeWriteTableItem
Source§fn eq(&self, other: &WriteSetChangeWriteTableItem) -> bool
fn eq(&self, other: &WriteSetChangeWriteTableItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WriteSetChangeWriteTableItem
Auto Trait Implementations§
impl Freeze for WriteSetChangeWriteTableItem
impl RefUnwindSafe for WriteSetChangeWriteTableItem
impl Send for WriteSetChangeWriteTableItem
impl Sync for WriteSetChangeWriteTableItem
impl Unpin for WriteSetChangeWriteTableItem
impl UnsafeUnpin for WriteSetChangeWriteTableItem
impl UnwindSafe for WriteSetChangeWriteTableItem
Blanket Implementations§
Source§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