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