pub struct RsClientGen<'a>(pub &'a ProgramManifest);Expand description
Full Rust client emitter.
Writes one self-contained Rust module (as text). Consumers pipe
the output into a file and drop it into an integration-test crate
or any workspace member that depends on solana-program /
solana-sdk.
Tuple Fields§
§0: &'a ProgramManifestTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RsClientGen<'a>
impl<'a> RefUnwindSafe for RsClientGen<'a>
impl<'a> Send for RsClientGen<'a>
impl<'a> Sync for RsClientGen<'a>
impl<'a> Unpin for RsClientGen<'a>
impl<'a> UnsafeUnpin for RsClientGen<'a>
impl<'a> UnwindSafe for RsClientGen<'a>
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