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