pub struct SolanaClient { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for SolanaClient
impl RefUnwindSafe for SolanaClient
impl Send for SolanaClient
impl Sync for SolanaClient
impl Unpin for SolanaClient
impl UnsafeUnpin for SolanaClient
impl UnwindSafe for SolanaClient
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