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
source§impl Display for SmartModuleInput
impl Display for SmartModuleInput
source§impl Encoder for SmartModuleInput
impl Encoder for SmartModuleInput
source§impl TryFrom<Vec<Record<RecordData>, Global>> for SmartModuleInput
impl TryFrom<Vec<Record<RecordData>, Global>> for SmartModuleInput
Auto Trait Implementations§
impl RefUnwindSafe for SmartModuleInput
impl Send for SmartModuleInput
impl Sync for SmartModuleInput
impl Unpin for SmartModuleInput
impl UnwindSafe for SmartModuleInput
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