pub struct LoggingInterceptor;Expand description
日志拦截器
Trait Implementations§
Source§impl Component for LoggingInterceptor
impl Component for LoggingInterceptor
Source§impl Default for LoggingInterceptor
impl Default for LoggingInterceptor
Source§impl Interceptor for LoggingInterceptor
impl Interceptor for LoggingInterceptor
fn before(&self, ctx: &CallContext) -> RIE<()>
fn after(&self, ctx: &CallContext, result: &mut CallResult)
Auto Trait Implementations§
impl Freeze for LoggingInterceptor
impl RefUnwindSafe for LoggingInterceptor
impl Send for LoggingInterceptor
impl Sync for LoggingInterceptor
impl Unpin for LoggingInterceptor
impl UnsafeUnpin for LoggingInterceptor
impl UnwindSafe for LoggingInterceptor
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