pub struct PluginInstallationManagerBuilder { /* private fields */ }Expand description
Builder for PluginInstallationManager
Implementations§
Source§impl PluginInstallationManagerBuilder
impl PluginInstallationManagerBuilder
pub fn new() -> Self
pub fn with_set_app_state(self, set_app_state: SetAppState) -> Self
pub fn build(self) -> PluginInstallationManager
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PluginInstallationManagerBuilder
impl !RefUnwindSafe for PluginInstallationManagerBuilder
impl Send for PluginInstallationManagerBuilder
impl Sync for PluginInstallationManagerBuilder
impl Unpin for PluginInstallationManagerBuilder
impl UnsafeUnpin for PluginInstallationManagerBuilder
impl !UnwindSafe for PluginInstallationManagerBuilder
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