pub struct SQLiteOpts {
pub memory: MemoryOpts,
}
Expand description
Initialize sqlite parameters
Currently, only memory can be configured
Fields§
§memory: MemoryOpts
Auto Trait Implementations§
impl Freeze for SQLiteOpts
impl RefUnwindSafe for SQLiteOpts
impl Send for SQLiteOpts
impl Sync for SQLiteOpts
impl Unpin for SQLiteOpts
impl UnwindSafe for SQLiteOpts
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