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 for SmartModuleKind
impl PartialEq 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 ==.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more