pub struct DictionaryBatchArgs<'a> {
pub id: i64,
pub data: Option<WIPOffset<RecordBatch<'a>>>,
pub isDelta: bool,
}
Fields§
§id: i64
§data: Option<WIPOffset<RecordBatch<'a>>>
§isDelta: bool
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DictionaryBatchArgs<'a>
impl<'a> RefUnwindSafe for DictionaryBatchArgs<'a>
impl<'a> Send for DictionaryBatchArgs<'a>
impl<'a> Sync for DictionaryBatchArgs<'a>
impl<'a> Unpin for DictionaryBatchArgs<'a>
impl<'a> UnwindSafe for DictionaryBatchArgs<'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