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