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
impl StructuralPartialEq for ClickStackHighlightedAttributeExpression
Source§impl TryFrom<ClickStackHighlightedAttributeExpressionResponse> for ClickStackHighlightedAttributeExpression
impl TryFrom<ClickStackHighlightedAttributeExpressionResponse> for ClickStackHighlightedAttributeExpression
Source§type Error = MissingRequiredFields
type Error = MissingRequiredFields
The type returned in the event of a conversion error.
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