pub struct MaterializedCatalogLoader;Expand description
Loads catalog data from storage and populates a MaterializedCatalog
Implementations§
Source§impl MaterializedCatalogLoader
impl MaterializedCatalogLoader
Sourcepub async fn load_all(
qt: &mut impl QueryTransaction,
catalog: &MaterializedCatalog,
) -> Result<()>
pub async fn load_all( qt: &mut impl QueryTransaction, catalog: &MaterializedCatalog, ) -> Result<()>
Load all catalog data from storage into the MaterializedCatalog
Auto Trait Implementations§
impl Freeze for MaterializedCatalogLoader
impl RefUnwindSafe for MaterializedCatalogLoader
impl Send for MaterializedCatalogLoader
impl Sync for MaterializedCatalogLoader
impl Unpin for MaterializedCatalogLoader
impl UnwindSafe for MaterializedCatalogLoader
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