pub struct MapFactory {}Implementations§
Source§impl MapFactory
impl MapFactory
Trait Implementations§
Source§impl Default for MapFactory
impl Default for MapFactory
Source§impl SourceMiddlewareFactory for MapFactory
impl SourceMiddlewareFactory for MapFactory
fn name(&self) -> String
fn create( &self, config: &SourceMiddlewareConfig, ) -> Result<Arc<dyn SourceMiddleware>, MiddlewareSetupError>
Auto Trait Implementations§
impl Freeze for MapFactory
impl RefUnwindSafe for MapFactory
impl Send for MapFactory
impl Sync for MapFactory
impl Unpin for MapFactory
impl UnwindSafe for MapFactory
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