pub enum DataFrameDictAxisLabels {
Flat(Vec<Scalar>),
Multi(Vec<Vec<Scalar>>),
}Variants§
Trait Implementations§
Source§impl Clone for DataFrameDictAxisLabels
impl Clone for DataFrameDictAxisLabels
Source§fn clone(&self) -> DataFrameDictAxisLabels
fn clone(&self) -> DataFrameDictAxisLabels
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 DataFrameDictAxisLabels
impl Debug for DataFrameDictAxisLabels
Source§impl PartialEq for DataFrameDictAxisLabels
impl PartialEq for DataFrameDictAxisLabels
Source§fn eq(&self, other: &DataFrameDictAxisLabels) -> bool
fn eq(&self, other: &DataFrameDictAxisLabels) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DataFrameDictAxisLabels
Auto Trait Implementations§
impl Freeze for DataFrameDictAxisLabels
impl RefUnwindSafe for DataFrameDictAxisLabels
impl Send for DataFrameDictAxisLabels
impl Sync for DataFrameDictAxisLabels
impl Unpin for DataFrameDictAxisLabels
impl UnsafeUnpin for DataFrameDictAxisLabels
impl UnwindSafe for DataFrameDictAxisLabels
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