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