pub struct SqliteBootstrapBuilder { /* private fields */ }Expand description
Builder for SqliteBootstrapProvider.
Implementations§
Source§impl SqliteBootstrapBuilder
impl SqliteBootstrapBuilder
pub fn with_path(self, path: impl Into<String>) -> Self
pub fn in_memory(self) -> Self
pub fn with_tables(self, tables: Vec<String>) -> Self
pub fn with_table_keys(self, table_keys: Vec<TableKeyConfig>) -> Self
pub fn build(self) -> SqliteBootstrapProvider
Auto Trait Implementations§
impl Freeze for SqliteBootstrapBuilder
impl RefUnwindSafe for SqliteBootstrapBuilder
impl Send for SqliteBootstrapBuilder
impl Sync for SqliteBootstrapBuilder
impl Unpin for SqliteBootstrapBuilder
impl UnsafeUnpin for SqliteBootstrapBuilder
impl UnwindSafe for SqliteBootstrapBuilder
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