pub struct TxContentPoolRetiresInner {
pub cert_index: i32,
pub pool_id: String,
pub retiring_epoch: i32,
}Fields§
§cert_index: i32Index of the certificate within the transaction
pool_id: StringBech32 stake pool ID
retiring_epoch: i32Epoch in which the pool becomes retired
Implementations§
Trait Implementations§
source§impl Clone for TxContentPoolRetiresInner
impl Clone for TxContentPoolRetiresInner
source§fn clone(&self) -> TxContentPoolRetiresInner
fn clone(&self) -> TxContentPoolRetiresInner
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 TxContentPoolRetiresInner
impl Debug for TxContentPoolRetiresInner
source§impl Default for TxContentPoolRetiresInner
impl Default for TxContentPoolRetiresInner
source§fn default() -> TxContentPoolRetiresInner
fn default() -> TxContentPoolRetiresInner
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TxContentPoolRetiresInner
impl<'de> Deserialize<'de> for TxContentPoolRetiresInner
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 TxContentPoolRetiresInner
impl PartialEq for TxContentPoolRetiresInner
source§fn eq(&self, other: &TxContentPoolRetiresInner) -> bool
fn eq(&self, other: &TxContentPoolRetiresInner) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TxContentPoolRetiresInner
Auto Trait Implementations§
impl RefUnwindSafe for TxContentPoolRetiresInner
impl Send for TxContentPoolRetiresInner
impl Sync for TxContentPoolRetiresInner
impl Unpin for TxContentPoolRetiresInner
impl UnwindSafe for TxContentPoolRetiresInner
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