Enum arrow_ipc::gen::Message::DictionaryBatchOffset
source · pub enum DictionaryBatchOffset {}
Auto Trait Implementations§
impl Freeze for DictionaryBatchOffset
impl RefUnwindSafe for DictionaryBatchOffset
impl Send for DictionaryBatchOffset
impl Sync for DictionaryBatchOffset
impl Unpin for DictionaryBatchOffset
impl UnwindSafe for DictionaryBatchOffset
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