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