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