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