pub struct GenerationResult {
pub programs: Vec<SolanaProgram>,
}Expand description
Result of the entire generation process
Fields§
§programs: Vec<SolanaProgram>Implementations§
Source§impl GenerationResult
impl GenerationResult
pub fn new(programs: Vec<SolanaProgram>) -> Self
Trait Implementations§
Source§impl Debug for GenerationResult
impl Debug for GenerationResult
Auto Trait Implementations§
impl Freeze for GenerationResult
impl RefUnwindSafe for GenerationResult
impl Send for GenerationResult
impl Sync for GenerationResult
impl Unpin for GenerationResult
impl UnwindSafe for GenerationResult
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