pub struct ClickStackBackgroundChart {
pub color: Option<ClickStackChartColor>,
pub type: ClickStackBackgroundChartType,
}Expand description
ClickStackBackgroundChart from the ClickHouse Cloud API.
Fields§
§color: Option<ClickStackChartColor>§type: ClickStackBackgroundChartTypeTrait Implementations§
Source§impl Clone for ClickStackBackgroundChart
impl Clone for ClickStackBackgroundChart
Source§fn clone(&self) -> ClickStackBackgroundChart
fn clone(&self) -> ClickStackBackgroundChart
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 ClickStackBackgroundChart
impl Debug for ClickStackBackgroundChart
Source§impl Default for ClickStackBackgroundChart
impl Default for ClickStackBackgroundChart
Source§fn default() -> ClickStackBackgroundChart
fn default() -> ClickStackBackgroundChart
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickStackBackgroundChart
impl<'de> Deserialize<'de> for ClickStackBackgroundChart
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
impl StructuralPartialEq for ClickStackBackgroundChart
Auto Trait Implementations§
impl Freeze for ClickStackBackgroundChart
impl RefUnwindSafe for ClickStackBackgroundChart
impl Send for ClickStackBackgroundChart
impl Sync for ClickStackBackgroundChart
impl Unpin for ClickStackBackgroundChart
impl UnsafeUnpin for ClickStackBackgroundChart
impl UnwindSafe for ClickStackBackgroundChart
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