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