Struct ExExportZipPatch
pub struct ExExportZipPatch<'a> { /* private fields */ }
Expand description
Default-param extender for EditorExportPlatform::export_zip_patch_ex
.
Implementations§
§impl<'a> ExExportZipPatch<'a>
impl<'a> ExExportZipPatch<'a>
pub fn patches(self, patches: &'a PackedStringArray) -> ExExportZipPatch<'a>
pub fn flags(self, flags: DebugFlags) -> ExExportZipPatch<'a>
pub fn done(self) -> Error
Auto Trait Implementations§
impl<'a> Freeze for ExExportZipPatch<'a>
impl<'a> RefUnwindSafe for ExExportZipPatch<'a>
impl<'a> !Send for ExExportZipPatch<'a>
impl<'a> !Sync for ExExportZipPatch<'a>
impl<'a> Unpin for ExExportZipPatch<'a>
impl<'a> !UnwindSafe for ExExportZipPatch<'a>
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