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