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