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