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