pub struct PoolUpdatesInner {
pub tx_hash: String,
pub cert_index: i32,
pub action: Action,
}Fields§
§tx_hash: StringTransaction ID
cert_index: i32Certificate within the transaction
action: ActionAction in the certificate
Implementations§
Trait Implementations§
source§impl Clone for PoolUpdatesInner
impl Clone for PoolUpdatesInner
source§fn clone(&self) -> PoolUpdatesInner
fn clone(&self) -> PoolUpdatesInner
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 PoolUpdatesInner
impl Debug for PoolUpdatesInner
source§impl Default for PoolUpdatesInner
impl Default for PoolUpdatesInner
source§fn default() -> PoolUpdatesInner
fn default() -> PoolUpdatesInner
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PoolUpdatesInner
impl<'de> Deserialize<'de> for PoolUpdatesInner
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 PoolUpdatesInner
impl PartialEq for PoolUpdatesInner
source§fn eq(&self, other: &PoolUpdatesInner) -> bool
fn eq(&self, other: &PoolUpdatesInner) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for PoolUpdatesInner
impl Serialize for PoolUpdatesInner
impl StructuralPartialEq for PoolUpdatesInner
Auto Trait Implementations§
impl RefUnwindSafe for PoolUpdatesInner
impl Send for PoolUpdatesInner
impl Sync for PoolUpdatesInner
impl Unpin for PoolUpdatesInner
impl UnwindSafe for PoolUpdatesInner
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