pub struct DefaultMessageProcessorImpl { /* private fields */ }Expand description
Default message processor that logs and validates messages
Implementations§
Trait Implementations§
Source§impl Clone for DefaultMessageProcessorImpl
impl Clone for DefaultMessageProcessorImpl
Source§fn clone(&self) -> DefaultMessageProcessorImpl
fn clone(&self) -> DefaultMessageProcessorImpl
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 DefaultMessageProcessorImpl
impl Debug for DefaultMessageProcessorImpl
Source§impl MessageProcessor for DefaultMessageProcessorImpl
impl MessageProcessor for DefaultMessageProcessorImpl
Auto Trait Implementations§
impl Freeze for DefaultMessageProcessorImpl
impl RefUnwindSafe for DefaultMessageProcessorImpl
impl Send for DefaultMessageProcessorImpl
impl Sync for DefaultMessageProcessorImpl
impl Unpin for DefaultMessageProcessorImpl
impl UnwindSafe for DefaultMessageProcessorImpl
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