pub struct ExDatabase {
pub path: PathBuf,
pub table_labels: Arc<Mutex<Vec<ExDatabaseEntry>>>,
}Fields§
§path: PathBuf§table_labels: Arc<Mutex<Vec<ExDatabaseEntry>>>Trait Implementations§
Source§impl Debug for ExDatabase
impl Debug for ExDatabase
Source§impl LoadExDatabase for ExDatabase
impl LoadExDatabase for ExDatabase
Auto Trait Implementations§
impl Freeze for ExDatabase
impl RefUnwindSafe for ExDatabase
impl Send for ExDatabase
impl Sync for ExDatabase
impl Unpin for ExDatabase
impl UnwindSafe for ExDatabase
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