pub struct SmartModuleInitOutput {
pub error: SmartModuleInitRuntimeError,
}
Expand description
A type used to return processed records and/or an error from a SmartModule
Fields§
§error: SmartModuleInitRuntimeError
Any runtime error if one was encountered
Trait Implementations§
Source§impl Debug for SmartModuleInitOutput
impl Debug for SmartModuleInitOutput
Source§impl Decoder for SmartModuleInitOutput
impl Decoder for SmartModuleInitOutput
Source§impl Default for SmartModuleInitOutput
impl Default for SmartModuleInitOutput
Source§fn default() -> SmartModuleInitOutput
fn default() -> SmartModuleInitOutput
Returns the “default value” for a type. Read more
Source§impl Encoder for SmartModuleInitOutput
impl Encoder for SmartModuleInitOutput
Auto Trait Implementations§
impl Freeze for SmartModuleInitOutput
impl RefUnwindSafe for SmartModuleInitOutput
impl Send for SmartModuleInitOutput
impl Sync for SmartModuleInitOutput
impl Unpin for SmartModuleInitOutput
impl UnwindSafe for SmartModuleInitOutput
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