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