pub struct IpcFrame {
pub tag: String,
pub batch: RecordBatch,
}Expand description
Decoded IPC data frame.
Fields§
§tag: String§batch: RecordBatchAuto Trait Implementations§
impl Freeze for IpcFrame
impl !RefUnwindSafe for IpcFrame
impl Send for IpcFrame
impl Sync for IpcFrame
impl Unpin for IpcFrame
impl UnsafeUnpin for IpcFrame
impl !UnwindSafe for IpcFrame
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