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