Struct kafka_json_processor_core::processor::OutputMessage
source · [−]Fields
key: Option<String>
Implementations
sourceimpl OutputMessage
impl OutputMessage
pub fn new() -> OutputMessage
Trait Implementations
sourceimpl Default for OutputMessage
impl Default for OutputMessage
sourceimpl ObjectTree for OutputMessage
impl ObjectTree for OutputMessage
fn get_val(&self, key: &[ObjectKey]) -> Result<&Value, ProcessingError>
fn insert_val(
&mut self,
key: &[ObjectKey],
value: Value
) -> Result<(), ProcessingError>
Auto Trait Implementations
impl RefUnwindSafe for OutputMessage
impl Send for OutputMessage
impl Sync for OutputMessage
impl Unpin for OutputMessage
impl UnwindSafe for OutputMessage
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