Enum sql_parser::ast::ConnectorType [−][src]
pub enum ConnectorType {
File,
Kafka,
Kinesis,
AvroOcf,
S3,
Postgres,
PubNub,
}
Variants
File
Kafka
Kinesis
AvroOcf
S3
Postgres
PubNub
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ConnectorType
impl Send for ConnectorType
impl Sync for ConnectorType
impl Unpin for ConnectorType
impl UnwindSafe for ConnectorType
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