pub struct OciLayoutBuilder { /* private fields */ }Implementations§
Source§impl OciLayoutBuilder
impl OciLayoutBuilder
pub fn new(output: impl Into<PathBuf>) -> OciLayoutBuilder
pub fn image(self, image: OciImageConfig) -> OciLayoutBuilder
Sourcepub fn clean(self, clean: bool) -> OciLayoutBuilder
pub fn clean(self, clean: bool) -> OciLayoutBuilder
Permit replacing a destination directory that is not already a layout.
pub fn apply(&self, plan: &BundlePlan) -> Result<OciReport>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OciLayoutBuilder
impl RefUnwindSafe for OciLayoutBuilder
impl Send for OciLayoutBuilder
impl Sync for OciLayoutBuilder
impl Unpin for OciLayoutBuilder
impl UnsafeUnpin for OciLayoutBuilder
impl UnwindSafe for OciLayoutBuilder
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