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 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 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
impl StructuralPartialEq for TxContentPoolRetiresInner
Auto Trait Implementations§
impl Freeze for TxContentPoolRetiresInner
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