pub struct PluginProcessorFactory;
Trait Implementations§
Source§impl<P: PluginBridge + 'static> WorldInfoProcessorFactory<P> for PluginProcessorFactory
impl<P: PluginBridge + 'static> WorldInfoProcessorFactory<P> for PluginProcessorFactory
Auto Trait Implementations§
impl Freeze for PluginProcessorFactory
impl RefUnwindSafe for PluginProcessorFactory
impl Send for PluginProcessorFactory
impl Sync for PluginProcessorFactory
impl Unpin for PluginProcessorFactory
impl UnwindSafe for PluginProcessorFactory
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