pub struct PivotSelection {
pub dimension_name: Option<String>,
pub dimension_value: Option<String>,
}
Fields§
§dimension_name: Option<String>
§dimension_value: Option<String>
Trait Implementations§
Source§impl Clone for PivotSelection
impl Clone for PivotSelection
Source§fn clone(&self) -> PivotSelection
fn clone(&self) -> PivotSelection
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PivotSelection
impl Debug for PivotSelection
Source§impl Default for PivotSelection
impl Default for PivotSelection
Source§fn default() -> PivotSelection
fn default() -> PivotSelection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PivotSelection
impl<'de> Deserialize<'de> for PivotSelection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PivotSelection
impl RefUnwindSafe for PivotSelection
impl Send for PivotSelection
impl Sync for PivotSelection
impl Unpin for PivotSelection
impl UnwindSafe for PivotSelection
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