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