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