pub struct DataFrameXArrayVariable {
pub dims: Vec<String>,
pub data: Vec<Scalar>,
pub dtype: DType,
}Fields§
§dims: Vec<String>§data: Vec<Scalar>§dtype: DTypeTrait Implementations§
Source§impl Clone for DataFrameXArrayVariable
impl Clone for DataFrameXArrayVariable
Source§fn clone(&self) -> DataFrameXArrayVariable
fn clone(&self) -> DataFrameXArrayVariable
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DataFrameXArrayVariable
impl Debug for DataFrameXArrayVariable
Source§impl PartialEq for DataFrameXArrayVariable
impl PartialEq for DataFrameXArrayVariable
Source§fn eq(&self, other: &DataFrameXArrayVariable) -> bool
fn eq(&self, other: &DataFrameXArrayVariable) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DataFrameXArrayVariable
Auto Trait Implementations§
impl Freeze for DataFrameXArrayVariable
impl RefUnwindSafe for DataFrameXArrayVariable
impl Send for DataFrameXArrayVariable
impl Sync for DataFrameXArrayVariable
impl Unpin for DataFrameXArrayVariable
impl UnsafeUnpin for DataFrameXArrayVariable
impl UnwindSafe for DataFrameXArrayVariable
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