pub struct DrepUpdatesInner {
pub tx_hash: String,
pub cert_index: i32,
pub action: Action,
}Fields§
§tx_hash: StringTransaction ID
cert_index: i32Index of the certificate within the update transaction.
action: ActionAction in the certificate
Implementations§
Trait Implementations§
Source§impl Clone for DrepUpdatesInner
impl Clone for DrepUpdatesInner
Source§fn clone(&self) -> DrepUpdatesInner
fn clone(&self) -> DrepUpdatesInner
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 DrepUpdatesInner
impl Debug for DrepUpdatesInner
Source§impl Default for DrepUpdatesInner
impl Default for DrepUpdatesInner
Source§fn default() -> DrepUpdatesInner
fn default() -> DrepUpdatesInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DrepUpdatesInner
impl<'de> Deserialize<'de> for DrepUpdatesInner
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 DrepUpdatesInner
impl PartialEq for DrepUpdatesInner
Source§impl Serialize for DrepUpdatesInner
impl Serialize for DrepUpdatesInner
impl StructuralPartialEq for DrepUpdatesInner
Auto Trait Implementations§
impl Freeze for DrepUpdatesInner
impl RefUnwindSafe for DrepUpdatesInner
impl Send for DrepUpdatesInner
impl Sync for DrepUpdatesInner
impl Unpin for DrepUpdatesInner
impl UnwindSafe for DrepUpdatesInner
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