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