Struct fluvio_smartmodule::dataplane::smartmodule::SmartModuleInput
source · pub struct SmartModuleInput { /* private fields */ }Expand description
A single SmartModule input record
Implementations§
Trait Implementations§
source§impl Clone for SmartModuleInput
impl Clone for SmartModuleInput
source§fn clone(&self) -> SmartModuleInput
fn clone(&self) -> SmartModuleInput
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 SmartModuleInput
impl Debug for SmartModuleInput
source§impl Decoder for SmartModuleInput
impl Decoder for SmartModuleInput
source§impl Default for SmartModuleInput
impl Default for SmartModuleInput
source§fn default() -> SmartModuleInput
fn default() -> SmartModuleInput
Returns the “default value” for a type. Read more