Struct fuel_txpool::service::TxStatusChange
source · pub struct TxStatusChange { /* private fields */ }
Implementations§
source§impl TxStatusChange
impl TxStatusChange
pub fn new(capacity: usize) -> Self
pub fn send_complete(&self, id: Bytes32)
pub fn send_submitted(&self, id: Bytes32)
pub fn send_squeezed_out(&self, id: Bytes32, reason: Error)
Trait Implementations§
source§impl Clone for TxStatusChange
impl Clone for TxStatusChange
source§fn clone(&self) -> TxStatusChange
fn clone(&self) -> TxStatusChange
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 more