pub struct DataframeBuilder(/* private fields */);Expand description
This helps build up our Dataframe
Implementations§
Source§impl DataframeBuilder
impl DataframeBuilder
pub fn new(buffer: Vec<u8>) -> WsGonzaleResult<Dataframe>
pub fn get_full_frame_length(&self) -> WsGonzaleResult<u64>
Auto Trait Implementations§
impl Freeze for DataframeBuilder
impl RefUnwindSafe for DataframeBuilder
impl Send for DataframeBuilder
impl Sync for DataframeBuilder
impl Unpin for DataframeBuilder
impl UnwindSafe for DataframeBuilder
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