Struct arrowbatch::proto::ArrowBatchHeader
source · pub struct ArrowBatchHeader {
pub header_constant: String,
pub batch_byte_size: usize,
pub compression: ArrowBatchCompression,
}Fields§
§header_constant: String§batch_byte_size: usize§compression: ArrowBatchCompressionTrait Implementations§
Auto Trait Implementations§
impl Freeze for ArrowBatchHeader
impl RefUnwindSafe for ArrowBatchHeader
impl Send for ArrowBatchHeader
impl Sync for ArrowBatchHeader
impl Unpin for ArrowBatchHeader
impl UnwindSafe for ArrowBatchHeader
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