Enum sql_parser::ast::CreateSinkConnectorKind [−][src]
pub enum CreateSinkConnectorKind {
Kafka,
AvroOcf,
}
Variants
Kafka
AvroOcf
Trait Implementations
impl<'__enum_kinds1, T: AstInfo> From<&'__enum_kinds1 CreateSinkConnector<T>> for CreateSinkConnectorKind
impl<'__enum_kinds1, T: AstInfo> From<&'__enum_kinds1 CreateSinkConnector<T>> for CreateSinkConnectorKind
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for CreateSinkConnectorKind
impl Send for CreateSinkConnectorKind
impl Sync for CreateSinkConnectorKind
impl Unpin for CreateSinkConnectorKind
impl UnwindSafe for CreateSinkConnectorKind
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more