pub struct ProgramRpcClientSendTransaction;Trait Implementations
sourceimpl Clone for ProgramRpcClientSendTransaction
impl Clone for ProgramRpcClientSendTransaction
sourcefn clone(&self) -> ProgramRpcClientSendTransaction
fn clone(&self) -> ProgramRpcClientSendTransaction
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Default for ProgramRpcClientSendTransaction
impl Default for ProgramRpcClientSendTransaction
sourcefn default() -> ProgramRpcClientSendTransaction
fn default() -> ProgramRpcClientSendTransaction
Returns the “default value” for a type. Read more
sourceimpl SendTransactionRpc for ProgramRpcClientSendTransaction
impl SendTransactionRpc for ProgramRpcClientSendTransaction
fn send<'a>(
&self,
client: &'a RpcClient,
transaction: &'a Transaction
) -> Pin<Box<dyn Future<Output = ProgramClientResult<Self::Output>> + Send + 'a>>
impl Copy for ProgramRpcClientSendTransaction
Auto Trait Implementations
impl RefUnwindSafe for ProgramRpcClientSendTransaction
impl Send for ProgramRpcClientSendTransaction
impl Sync for ProgramRpcClientSendTransaction
impl Unpin for ProgramRpcClientSendTransaction
impl UnwindSafe for ProgramRpcClientSendTransaction
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more