pub struct ClickStackTileOutput {
pub config: Option<ClickStackTileConfig>,
pub container_id: Option<String>,
pub h: i64,
pub id: String,
pub name: String,
pub tab_id: Option<String>,
pub w: i64,
pub x: i64,
pub y: i64,
}Expand description
ClickStackTileOutput from the ClickHouse Cloud API.
Fields§
§config: Option<ClickStackTileConfig>§container_id: Option<String>§h: i64§id: String§name: String§tab_id: Option<String>§w: i64§x: i64§y: i64Trait Implementations§
Source§impl Clone for ClickStackTileOutput
impl Clone for ClickStackTileOutput
Source§fn clone(&self) -> ClickStackTileOutput
fn clone(&self) -> ClickStackTileOutput
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 ClickStackTileOutput
impl Debug for ClickStackTileOutput
Source§impl Default for ClickStackTileOutput
impl Default for ClickStackTileOutput
Source§fn default() -> ClickStackTileOutput
fn default() -> ClickStackTileOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickStackTileOutput
impl<'de> Deserialize<'de> for ClickStackTileOutput
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 ClickStackTileOutput
impl PartialEq for ClickStackTileOutput
Source§fn eq(&self, other: &ClickStackTileOutput) -> bool
fn eq(&self, other: &ClickStackTileOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ClickStackTileOutput
impl Serialize for ClickStackTileOutput
impl StructuralPartialEq for ClickStackTileOutput
Auto Trait Implementations§
impl Freeze for ClickStackTileOutput
impl RefUnwindSafe for ClickStackTileOutput
impl Send for ClickStackTileOutput
impl Sync for ClickStackTileOutput
impl Unpin for ClickStackTileOutput
impl UnsafeUnpin for ClickStackTileOutput
impl UnwindSafe for ClickStackTileOutput
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