pub struct BundleBuilder { /* private fields */ }
Implementations§
Source§impl BundleBuilder
impl BundleBuilder
pub fn new() -> Self
pub fn bin(&mut self, path: impl AsRef<Path>) -> &mut Self
pub fn plist(&mut self, plist: PlistData) -> &mut Self
pub fn resource(&mut self, path: impl AsRef<Path>) -> &mut Self
pub fn framework(&mut self, path: impl AsRef<Path>) -> &mut Self
pub fn build(self, out: impl AsRef<Path>) -> Result<(), Error>
Auto Trait Implementations§
impl Freeze for BundleBuilder
impl RefUnwindSafe for BundleBuilder
impl Send for BundleBuilder
impl Sync for BundleBuilder
impl Unpin 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