pub struct Included;Expand description
Wait for the transaction to be included in a block.
Returns SendTxResponse (no execution outcome available).
Trait Implementations§
Source§impl WaitLevel for Included
impl WaitLevel for Included
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 Included
Auto Trait Implementations§
impl Freeze for Included
impl RefUnwindSafe for Included
impl Send for Included
impl Sync for Included
impl Unpin for Included
impl UnsafeUnpin for Included
impl UnwindSafe for Included
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