Struct luna_orm::prelude::SqliteLocalConfig
source · pub struct SqliteLocalConfig {
pub work_dir: String,
pub db_file: String,
}Fields§
§work_dir: String§db_file: StringImplementations§
Auto Trait Implementations§
impl RefUnwindSafe for SqliteLocalConfig
impl Send for SqliteLocalConfig
impl Sync for SqliteLocalConfig
impl Unpin for SqliteLocalConfig
impl UnwindSafe for SqliteLocalConfig
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