Struct lance_datagen::generator::DictionaryGenerator
source · pub struct DictionaryGenerator<K: ArrowDictionaryKeyType> { /* private fields */ }
Trait Implementations§
source§impl<K: ArrowDictionaryKeyType + Send + Sync> ArrayGenerator for DictionaryGenerator<K>
impl<K: ArrowDictionaryKeyType + Send + Sync> ArrayGenerator for DictionaryGenerator<K>
Auto Trait Implementations§
impl<K> Freeze for DictionaryGenerator<K>
impl<K> !RefUnwindSafe for DictionaryGenerator<K>
impl<K> Send for DictionaryGenerator<K>where
K: Send,
impl<K> Sync for DictionaryGenerator<K>where
K: Sync,
impl<K> Unpin for DictionaryGenerator<K>where
K: Unpin,
impl<K> !UnwindSafe for DictionaryGenerator<K>
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