pub struct PivotOrderBy {
pub metric_name: Option<String>,
pub pivot_selections: Option<Vec<PivotSelection>>,
}
Fields§
§metric_name: Option<String>
§pivot_selections: Option<Vec<PivotSelection>>
Trait Implementations§
Source§impl Clone for PivotOrderBy
impl Clone for PivotOrderBy
Source§fn clone(&self) -> PivotOrderBy
fn clone(&self) -> PivotOrderBy
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 PivotOrderBy
impl Debug for PivotOrderBy
Source§impl Default for PivotOrderBy
impl Default for PivotOrderBy
Source§fn default() -> PivotOrderBy
fn default() -> PivotOrderBy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PivotOrderBy
impl<'de> Deserialize<'de> for PivotOrderBy
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 PivotOrderBy
impl RefUnwindSafe for PivotOrderBy
impl Send for PivotOrderBy
impl Sync for PivotOrderBy
impl Unpin for PivotOrderBy
impl UnwindSafe for PivotOrderBy
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