pub struct OCABuild {
pub oca_bundle: OCABundleModel,
pub steps: Vec<OCABuildStep>,
}Expand description
OCABuild represents a build process of an OCA bundle from OCA AST. It contains the final OCA bundle and a list of steps that were applied to create it.
Fields§
§oca_bundle: OCABundleModel§steps: Vec<OCABuildStep>Trait Implementations§
Auto Trait Implementations§
impl Freeze for OCABuild
impl RefUnwindSafe for OCABuild
impl Send for OCABuild
impl Sync for OCABuild
impl Unpin for OCABuild
impl UnwindSafe for OCABuild
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