pub struct TableStoreImpl<'a> { /* private fields */ }
Implementations§
Source§impl<'a> TableStoreImpl<'a>
impl<'a> TableStoreImpl<'a>
pub fn new(schema: &'a TableStoreSchema<'a>) -> Self
Trait Implementations§
Source§impl<'a> FactStore<'a> for TableStoreImpl<'a>
impl<'a> FactStore<'a> for TableStoreImpl<'a>
Source§impl<'a> ReadOnlyFactStore<'a> for TableStoreImpl<'a>
impl<'a> ReadOnlyFactStore<'a> for TableStoreImpl<'a>
Auto Trait Implementations§
impl<'a> !Freeze for TableStoreImpl<'a>
impl<'a> !RefUnwindSafe for TableStoreImpl<'a>
impl<'a> Send for TableStoreImpl<'a>
impl<'a> !Sync for TableStoreImpl<'a>
impl<'a> Unpin for TableStoreImpl<'a>
impl<'a> !UnwindSafe for TableStoreImpl<'a>
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