pub struct EventSourceMappingSelfManagedKafkaEventSourceConfig {
pub consumer_group_id: Option<String>,
pub schema_registry_config: Option<EventSourceMappingSelfManagedKafkaEventSourceConfigSchemaRegistryConfig>,
}Expand description
Specific configuration settings for a self-managed Apache Kafka event source.
Fields§
§consumer_group_id: Option<String>§schema_registry_config: Option<EventSourceMappingSelfManagedKafkaEventSourceConfigSchemaRegistryConfig>Specific configuration settings for a Kafka schema registry.
Trait Implementations§
Source§impl Clone for EventSourceMappingSelfManagedKafkaEventSourceConfig
impl Clone for EventSourceMappingSelfManagedKafkaEventSourceConfig
Source§fn clone(&self) -> EventSourceMappingSelfManagedKafkaEventSourceConfig
fn clone(&self) -> EventSourceMappingSelfManagedKafkaEventSourceConfig
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 EventSourceMappingSelfManagedKafkaEventSourceConfig
impl Default for EventSourceMappingSelfManagedKafkaEventSourceConfig
Source§fn default() -> EventSourceMappingSelfManagedKafkaEventSourceConfig
fn default() -> EventSourceMappingSelfManagedKafkaEventSourceConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EventSourceMappingSelfManagedKafkaEventSourceConfig
impl<'de> Deserialize<'de> for EventSourceMappingSelfManagedKafkaEventSourceConfig
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
impl StructuralPartialEq for EventSourceMappingSelfManagedKafkaEventSourceConfig
Auto Trait Implementations§
impl Freeze for EventSourceMappingSelfManagedKafkaEventSourceConfig
impl RefUnwindSafe for EventSourceMappingSelfManagedKafkaEventSourceConfig
impl Send for EventSourceMappingSelfManagedKafkaEventSourceConfig
impl Sync for EventSourceMappingSelfManagedKafkaEventSourceConfig
impl Unpin for EventSourceMappingSelfManagedKafkaEventSourceConfig
impl UnsafeUnpin for EventSourceMappingSelfManagedKafkaEventSourceConfig
impl UnwindSafe for EventSourceMappingSelfManagedKafkaEventSourceConfig
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