Struct cairo_lang_filesystem::db::FilesDatabase
source · pub struct FilesDatabase {}
Expand description
Representative struct for the query group.
Trait Implementations§
source§impl HasQueryGroup<FilesDatabase> for FilesDatabaseForTesting
impl HasQueryGroup<FilesDatabase> for FilesDatabaseForTesting
source§fn group_storage(&self) -> &<FilesDatabase as QueryGroup>::GroupStorage
fn group_storage(&self) -> &<FilesDatabase as QueryGroup>::GroupStorage
Access the group storage struct from the database.
source§impl QueryGroup for FilesDatabase
impl QueryGroup for FilesDatabase
§type DynDb = dyn FilesGroup
type DynDb = dyn FilesGroup
Dyn version of the associated database trait.
type GroupStorage = FilesGroupGroupStorage__
Auto Trait Implementations§
impl Freeze for FilesDatabase
impl RefUnwindSafe for FilesDatabase
impl Send for FilesDatabase
impl Sync for FilesDatabase
impl Unpin for FilesDatabase
impl UnwindSafe for FilesDatabase
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