pub struct GeneratedFiles {
pub instructions: Vec<(String, String)>,
pub transactions: Vec<(String, String)>,
pub test_fuzz: String,
pub instructions_mod: String,
pub transactions_mod: String,
pub custom_types: String,
pub fuzz_accounts: String,
pub trident_toml: String,
pub cargo_fuzz_toml: String,
}Fields§
§instructions: Vec<(String, String)>§transactions: Vec<(String, String)>§test_fuzz: String§instructions_mod: String§transactions_mod: String§custom_types: String§fuzz_accounts: String§trident_toml: String§cargo_fuzz_toml: StringTrait Implementations§
Source§impl Clone for GeneratedFiles
impl Clone for GeneratedFiles
Source§fn clone(&self) -> GeneratedFiles
fn clone(&self) -> GeneratedFiles
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for GeneratedFiles
impl RefUnwindSafe for GeneratedFiles
impl Send for GeneratedFiles
impl Sync for GeneratedFiles
impl Unpin for GeneratedFiles
impl UnwindSafe for GeneratedFiles
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