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