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