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