pub struct ClickStackLogSourceMetadataMaterializedViewsResponse {
pub granularity: Option<String>,
pub key_rollup_table: Option<String>,
pub kv_rollup_table: Option<String>,
}Expand description
ClickStackLogSourceMetadataMaterializedViews from the ClickHouse Cloud API, in response position.
Response variant of ClickStackLogSourceMetadataMaterializedViews: every
field is Option<T>, so a field the API drops or sends as null
deserializes to None instead of failing.
Fields§
§granularity: Option<String>§key_rollup_table: Option<String>§kv_rollup_table: Option<String>Trait Implementations§
Source§impl Clone for ClickStackLogSourceMetadataMaterializedViewsResponse
impl Clone for ClickStackLogSourceMetadataMaterializedViewsResponse
Source§fn clone(&self) -> ClickStackLogSourceMetadataMaterializedViewsResponse
fn clone(&self) -> ClickStackLogSourceMetadataMaterializedViewsResponse
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 ClickStackLogSourceMetadataMaterializedViewsResponse
impl Default for ClickStackLogSourceMetadataMaterializedViewsResponse
Source§fn default() -> ClickStackLogSourceMetadataMaterializedViewsResponse
fn default() -> ClickStackLogSourceMetadataMaterializedViewsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClickStackLogSourceMetadataMaterializedViewsResponse
impl<'de> Deserialize<'de> for ClickStackLogSourceMetadataMaterializedViewsResponse
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
impl StructuralPartialEq for ClickStackLogSourceMetadataMaterializedViewsResponse
Source§impl TryFrom<ClickStackLogSourceMetadataMaterializedViewsResponse> for ClickStackLogSourceMetadataMaterializedViews
impl TryFrom<ClickStackLogSourceMetadataMaterializedViewsResponse> for ClickStackLogSourceMetadataMaterializedViews
Source§type Error = MissingRequiredFields
type Error = MissingRequiredFields
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for ClickStackLogSourceMetadataMaterializedViewsResponse
impl RefUnwindSafe for ClickStackLogSourceMetadataMaterializedViewsResponse
impl Send for ClickStackLogSourceMetadataMaterializedViewsResponse
impl Sync for ClickStackLogSourceMetadataMaterializedViewsResponse
impl Unpin for ClickStackLogSourceMetadataMaterializedViewsResponse
impl UnsafeUnpin for ClickStackLogSourceMetadataMaterializedViewsResponse
impl UnwindSafe for ClickStackLogSourceMetadataMaterializedViewsResponse
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