Struct AdapterFactory
pub struct AdapterFactory {}Expand description
Batch adapter factory.
Implementations§
§impl AdapterFactory
Batch adapter factory implementation.
impl AdapterFactory
Batch adapter factory implementation.
pub fn get_adapter(io_type: IOType) -> Box<dyn IOAdapterTrait>
pub fn get_adapter(io_type: IOType) -> Box<dyn IOAdapterTrait>
Auto Trait Implementations§
impl Freeze for AdapterFactory
impl RefUnwindSafe for AdapterFactory
impl Send for AdapterFactory
impl Sync for AdapterFactory
impl Unpin for AdapterFactory
impl UnwindSafe for AdapterFactory
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