pub struct TrxVariant {
pub id: Checksum256,
pub extra: HashMap<String, Value>,
}
Fields§
§id: Checksum256
§extra: HashMap<String, Value>
Trait Implementations§
Source§impl Clone for TrxVariant
impl Clone for TrxVariant
Source§fn clone(&self) -> TrxVariant
fn clone(&self) -> TrxVariant
Returns a duplicate 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 TrxVariant
impl Debug for TrxVariant
Source§impl Default for TrxVariant
impl Default for TrxVariant
Source§fn default() -> TrxVariant
fn default() -> TrxVariant
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TrxVariant
impl<'de> Deserialize<'de> for TrxVariant
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 TrxVariant
impl PartialEq for TrxVariant
Source§impl Serialize for TrxVariant
impl Serialize for TrxVariant
impl StructuralPartialEq for TrxVariant
Auto Trait Implementations§
impl Freeze for TrxVariant
impl RefUnwindSafe for TrxVariant
impl Send for TrxVariant
impl Sync for TrxVariant
impl Unpin for TrxVariant
impl UnwindSafe for TrxVariant
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