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