pub struct BundleBuilder { /* private fields */ }Implementations§
Source§impl BundleBuilder
impl BundleBuilder
pub fn new( manifest_path: impl Into<PathBuf>, manifest: DeploymentManifest, ) -> Self
pub fn build(&self) -> DeployResult<BundleArtifact>
Auto Trait Implementations§
impl Freeze for BundleBuilder
impl RefUnwindSafe for BundleBuilder
impl Send for BundleBuilder
impl Sync for BundleBuilder
impl Unpin for BundleBuilder
impl UnsafeUnpin for BundleBuilder
impl UnwindSafe for BundleBuilder
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