pub struct InMemoryPageStoreFactory;Expand description
Factory for InMemoryPageStore — the default used by
ArrowWriter.
Trait Implementations§
Source§impl Debug for InMemoryPageStoreFactory
impl Debug for InMemoryPageStoreFactory
Source§impl Default for InMemoryPageStoreFactory
impl Default for InMemoryPageStoreFactory
Source§fn default() -> InMemoryPageStoreFactory
fn default() -> InMemoryPageStoreFactory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InMemoryPageStoreFactory
impl RefUnwindSafe for InMemoryPageStoreFactory
impl Send for InMemoryPageStoreFactory
impl Sync for InMemoryPageStoreFactory
impl Unpin for InMemoryPageStoreFactory
impl UnsafeUnpin for InMemoryPageStoreFactory
impl UnwindSafe for InMemoryPageStoreFactory
Blanket Implementations§
impl<T> Allocation for T
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