pub struct LogErpAdapter;Expand description
An ErpAdapter that logs every event at info level without delivering
it.
Useful as a development starting point — replace it with your concrete ERP adapter in production.
Trait Implementations§
Source§impl Clone for LogErpAdapter
impl Clone for LogErpAdapter
Source§fn clone(&self) -> LogErpAdapter
fn clone(&self) -> LogErpAdapter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LogErpAdapter
impl Debug for LogErpAdapter
Source§impl Default for LogErpAdapter
impl Default for LogErpAdapter
Source§fn default() -> LogErpAdapter
fn default() -> LogErpAdapter
Returns the “default value” for a type. Read more
Source§impl ErpAdapter for LogErpAdapter
impl ErpAdapter for LogErpAdapter
Auto Trait Implementations§
impl Freeze for LogErpAdapter
impl RefUnwindSafe for LogErpAdapter
impl Send for LogErpAdapter
impl Sync for LogErpAdapter
impl Unpin for LogErpAdapter
impl UnsafeUnpin for LogErpAdapter
impl UnwindSafe for LogErpAdapter
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