Enum fluvio_dataplane_protocol::smartmodule::SmartModuleKind [−][src]
pub enum SmartModuleKind {
Filter,
Map,
ArrayMap,
Aggregate,
FilterMap,
Join,
}Variants
Filter
Map
ArrayMap
Aggregate
FilterMap
Join
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SmartModuleKind
impl Send for SmartModuleKind
impl Sync for SmartModuleKind
impl Unpin for SmartModuleKind
impl UnwindSafe for SmartModuleKind
Blanket Implementations
Mutably borrows from an owned value. Read more
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
