pub struct HoltStorage { /* private fields */ }Implementations§
Source§impl HoltStorage
impl HoltStorage
pub fn new(holt_store: Arc<HoltStore>) -> Self
pub fn table( &self, catalog: &Catalog, table: &TableReference, ) -> QuillSQLResult<TableBinding>
Auto Trait Implementations§
impl Freeze for HoltStorage
impl !RefUnwindSafe for HoltStorage
impl Send for HoltStorage
impl Sync for HoltStorage
impl Unpin for HoltStorage
impl UnsafeUnpin for HoltStorage
impl !UnwindSafe for HoltStorage
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