pub struct WriteSetChangeDeleteTableItem {
pub state_key_hash: String,
pub handle: String,
pub key: String,
pub data: Option<Box<DeletedTableData>>,
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.
data: Option<Box<DeletedTableData>>§type: TypeImplementations§
Trait Implementations§
Source§impl Clone for WriteSetChangeDeleteTableItem
impl Clone for WriteSetChangeDeleteTableItem
Source§fn clone(&self) -> WriteSetChangeDeleteTableItem
fn clone(&self) -> WriteSetChangeDeleteTableItem
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 Default for WriteSetChangeDeleteTableItem
impl Default for WriteSetChangeDeleteTableItem
Source§fn default() -> WriteSetChangeDeleteTableItem
fn default() -> WriteSetChangeDeleteTableItem
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WriteSetChangeDeleteTableItem
impl<'de> Deserialize<'de> for WriteSetChangeDeleteTableItem
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 WriteSetChangeDeleteTableItem
impl PartialEq for WriteSetChangeDeleteTableItem
Source§fn eq(&self, other: &WriteSetChangeDeleteTableItem) -> bool
fn eq(&self, other: &WriteSetChangeDeleteTableItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WriteSetChangeDeleteTableItem
Auto Trait Implementations§
impl Freeze for WriteSetChangeDeleteTableItem
impl RefUnwindSafe for WriteSetChangeDeleteTableItem
impl Send for WriteSetChangeDeleteTableItem
impl Sync for WriteSetChangeDeleteTableItem
impl Unpin for WriteSetChangeDeleteTableItem
impl UnsafeUnpin for WriteSetChangeDeleteTableItem
impl UnwindSafe for WriteSetChangeDeleteTableItem
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