pub struct IncludedFinal;Expand description
Wait for the transaction’s block to reach finality.
Returns SendTxResponse (no execution outcome available).
Trait Implementations§
Source§impl Clone for IncludedFinal
impl Clone for IncludedFinal
Source§fn clone(&self) -> IncludedFinal
fn clone(&self) -> IncludedFinal
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 IncludedFinal
impl Debug for IncludedFinal
Source§impl WaitLevel for IncludedFinal
impl WaitLevel for IncludedFinal
Source§type Response = SendTxResponse
type Response = SendTxResponse
The type returned when awaiting a transaction with this wait level.
Source§fn status() -> TxExecutionStatus
fn status() -> TxExecutionStatus
The RPC wait_until value.
impl Copy for IncludedFinal
Auto Trait Implementations§
impl Freeze for IncludedFinal
impl RefUnwindSafe for IncludedFinal
impl Send for IncludedFinal
impl Sync for IncludedFinal
impl Unpin for IncludedFinal
impl UnsafeUnpin for IncludedFinal
impl UnwindSafe for IncludedFinal
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