pub struct SQLiteConfig {
pub path: Option<PathBuf>,
}
Fields§
§path: Option<PathBuf>
Implementations§
Source§impl SQLiteConfig
impl SQLiteConfig
pub fn build() -> SQLiteConfigBuilder
Trait Implementations§
Source§impl Clone for SQLiteConfig
impl Clone for SQLiteConfig
Source§fn clone(&self) -> SQLiteConfig
fn clone(&self) -> SQLiteConfig
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SQLiteConfig
impl RefUnwindSafe for SQLiteConfig
impl Send for SQLiteConfig
impl Sync for SQLiteConfig
impl Unpin for SQLiteConfig
impl UnwindSafe for SQLiteConfig
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