Struct simple_db_rust::Catalog [−][src]
pub struct Catalog { /* fields omitted */ }Implementations
impl Catalog[src]
impl Catalog[src]pub fn global() -> &'static mut Self[src]
pub fn get_table(&self, key: &i32) -> Option<&Rc<RefCell<BTreeTable>>>[src]
pub fn add_table(&mut self, file: Rc<RefCell<BTreeTable>>)[src]
Auto Trait Implementations
impl !RefUnwindSafe for Catalog
impl !RefUnwindSafe for Catalogimpl !UnwindSafe for Catalog
impl !UnwindSafe for Catalog