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