pub struct ClickStackMarkdownChartSeries {
pub content: String,
pub type: ClickStackMarkdownChartSeriesType,
}Expand description
ClickStackMarkdownChartSeries from the ClickHouse Cloud API.
Fields§
§content: String§type: ClickStackMarkdownChartSeriesTypeTrait Implementations§
Source§impl Clone for ClickStackMarkdownChartSeries
impl Clone for ClickStackMarkdownChartSeries
Source§fn clone(&self) -> ClickStackMarkdownChartSeries
fn clone(&self) -> ClickStackMarkdownChartSeries
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 Default for ClickStackMarkdownChartSeries
impl Default for ClickStackMarkdownChartSeries
Source§fn default() -> ClickStackMarkdownChartSeries
fn default() -> ClickStackMarkdownChartSeries
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickStackMarkdownChartSeries
impl<'de> Deserialize<'de> for ClickStackMarkdownChartSeries
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
Source§impl PartialEq for ClickStackMarkdownChartSeries
impl PartialEq for ClickStackMarkdownChartSeries
Source§fn eq(&self, other: &ClickStackMarkdownChartSeries) -> bool
fn eq(&self, other: &ClickStackMarkdownChartSeries) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ClickStackMarkdownChartSeries
Auto Trait Implementations§
impl Freeze for ClickStackMarkdownChartSeries
impl RefUnwindSafe for ClickStackMarkdownChartSeries
impl Send for ClickStackMarkdownChartSeries
impl Sync for ClickStackMarkdownChartSeries
impl Unpin for ClickStackMarkdownChartSeries
impl UnsafeUnpin for ClickStackMarkdownChartSeries
impl UnwindSafe for ClickStackMarkdownChartSeries
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