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