Struct fuel_core_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: TxPoolError)
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for TxStatusChange
impl Send for TxStatusChange
impl Sync for TxStatusChange
impl Unpin for TxStatusChange
impl !UnwindSafe for TxStatusChange
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