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