pub struct DataFrameData {
pub columns: IndexMap<Arc<str>, RObject>,
pub row_names: Vec<Arc<str>>,
}Expand description
Data frame structure (boxed to reduce RObject enum size)
Fields§
§columns: IndexMap<Arc<str>, RObject>§row_names: Vec<Arc<str>>Trait Implementations§
Source§impl Clone for DataFrameData
impl Clone for DataFrameData
Source§fn clone(&self) -> DataFrameData
fn clone(&self) -> DataFrameData
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DataFrameData
impl Debug for DataFrameData
Source§impl PartialEq for DataFrameData
impl PartialEq for DataFrameData
impl StructuralPartialEq for DataFrameData
Auto Trait Implementations§
impl Freeze for DataFrameData
impl RefUnwindSafe for DataFrameData
impl Send for DataFrameData
impl Sync for DataFrameData
impl Unpin for DataFrameData
impl UnwindSafe for DataFrameData
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)