Struct anchor_client::Client
source · pub struct Client<C> { /* private fields */ }
Expand description
Client defines the base configuration for building RPC clients to
communicate with Anchor programs running on a Solana cluster. It’s
primary use is to build a Program
client via the program
method.
Implementations§
Auto Trait Implementations§
impl<C> RefUnwindSafe for Client<C>where C: RefUnwindSafe,
impl<C> Send for Client<C>where C: Send,
impl<C> Sync for Client<C>where C: Sync,
impl<C> Unpin for Client<C>where C: Unpin,
impl<C> UnwindSafe for Client<C>where C: UnwindSafe,
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§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