pub struct EmptyCatalogMetadataStore;Expand description
Metadata store that never returns enrichment data.
Trait Implementations§
Source§impl CatalogMetadataStore for EmptyCatalogMetadataStore
impl CatalogMetadataStore for EmptyCatalogMetadataStore
fn find_by_raw_or_alias( &self, _provider: &Provider, _raw_id: &str, _normalized_aliases: &[String], ) -> Option<CatalogModelMatch>
Source§impl Debug for EmptyCatalogMetadataStore
impl Debug for EmptyCatalogMetadataStore
Source§impl Default for EmptyCatalogMetadataStore
impl Default for EmptyCatalogMetadataStore
Source§fn default() -> EmptyCatalogMetadataStore
fn default() -> EmptyCatalogMetadataStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EmptyCatalogMetadataStore
impl RefUnwindSafe for EmptyCatalogMetadataStore
impl Send for EmptyCatalogMetadataStore
impl Sync for EmptyCatalogMetadataStore
impl Unpin for EmptyCatalogMetadataStore
impl UnsafeUnpin for EmptyCatalogMetadataStore
impl UnwindSafe for EmptyCatalogMetadataStore
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