pub struct OCABuild {
pub oca_bundle: OCABundle,
pub steps: Vec<OCABuildStep>,
}
Fields§
§oca_bundle: OCABundle
§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