Enum fluvio_smartmodule::dataplane::core::link::smartmodule::SmartModuleKind
source · pub enum SmartModuleKind {
Filter,
Map,
ArrayMap,
Aggregate,
FilterMap,
Join,
Generic,
}Variants
Filter
Map
ArrayMap
Aggregate
FilterMap
Join
Generic
Trait Implementations
sourceimpl Clone for SmartModuleKind
impl Clone for SmartModuleKind
sourcefn clone(&self) -> SmartModuleKind
fn clone(&self) -> SmartModuleKind
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SmartModuleKind
impl Debug for SmartModuleKind
sourceimpl Decoder for SmartModuleKind
impl Decoder for SmartModuleKind
sourceimpl Default for SmartModuleKind
impl Default for SmartModuleKind
sourcefn default() -> SmartModuleKind
fn default() -> SmartModuleKind
Returns the “default value” for a type. Read more
sourceimpl Display for SmartModuleKind
impl Display for SmartModuleKind
sourceimpl Encoder for SmartModuleKind
impl Encoder for SmartModuleKind
sourceimpl PartialEq<SmartModuleKind> for SmartModuleKind
impl PartialEq<SmartModuleKind> for SmartModuleKind
sourcefn eq(&self, other: &SmartModuleKind) -> bool
fn eq(&self, other: &SmartModuleKind) -> bool
impl Eq for SmartModuleKind
impl StructuralEq for SmartModuleKind
impl StructuralPartialEq for SmartModuleKind
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more