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