Enum fluvio_smartmodule::dataplane::core::link::smartmodule::SmartModuleKind
source · pub enum SmartModuleKind {
Filter,
Map,
ArrayMap,
Aggregate,
FilterMap,
Join,
Generic,
}Variants§
Trait Implementations§
source§impl Clone for SmartModuleKind
impl Clone for SmartModuleKind
source§fn clone(&self) -> SmartModuleKind
fn clone(&self) -> SmartModuleKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SmartModuleKind
impl Debug for SmartModuleKind
source§impl Decoder for SmartModuleKind
impl Decoder for SmartModuleKind
source§impl Default for SmartModuleKind
impl Default for SmartModuleKind
source§fn default() -> SmartModuleKind
fn default() -> SmartModuleKind
Returns the “default value” for a type. Read more
source§impl Display for SmartModuleKind
impl Display for SmartModuleKind
source§impl Encoder for SmartModuleKind
impl Encoder for SmartModuleKind
source§impl PartialEq<SmartModuleKind> for SmartModuleKind
impl PartialEq<SmartModuleKind> for SmartModuleKind
source§fn eq(&self, other: &SmartModuleKind) -> bool
fn eq(&self, other: &SmartModuleKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.