pub struct ProgramRpcClientSendTransaction;Trait Implementations§
source§impl Clone for ProgramRpcClientSendTransaction
impl Clone for ProgramRpcClientSendTransaction
source§fn clone(&self) -> ProgramRpcClientSendTransaction
fn clone(&self) -> ProgramRpcClientSendTransaction
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 moresource§impl Default for ProgramRpcClientSendTransaction
impl Default for ProgramRpcClientSendTransaction
source§fn default() -> ProgramRpcClientSendTransaction
fn default() -> ProgramRpcClientSendTransaction
Returns the “default value” for a type. Read more
source§impl SimulateTransactionRpc for ProgramRpcClientSendTransaction
impl SimulateTransactionRpc for ProgramRpcClientSendTransaction
fn simulate<'a>( &self, client: &'a RpcClient, transaction: &'a Transaction ) -> Pin<Box<dyn Future<Output = ProgramClientResult<Self::SimulationOutput>> + Send + 'a>>
impl Copy for ProgramRpcClientSendTransaction
Auto Trait Implementations§
impl Freeze for ProgramRpcClientSendTransaction
impl RefUnwindSafe for ProgramRpcClientSendTransaction
impl Send for ProgramRpcClientSendTransaction
impl Sync for ProgramRpcClientSendTransaction
impl Unpin for ProgramRpcClientSendTransaction
impl UnwindSafe for ProgramRpcClientSendTransaction
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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