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