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