pub struct SqliteReader { /* private fields */ }Implementations§
Source§impl SqliteReader
impl SqliteReader
pub fn new(options: SqliteOptions) -> Self
pub fn read_from_path(&self, _path: &Path) -> Result<Value>
pub fn list_tables(_path: &Path) -> Result<Vec<String>>
Auto Trait Implementations§
impl Freeze for SqliteReader
impl RefUnwindSafe for SqliteReader
impl Send for SqliteReader
impl Sync for SqliteReader
impl Unpin for SqliteReader
impl UnsafeUnpin for SqliteReader
impl UnwindSafe for SqliteReader
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