pub struct DefaultLoggingInterceptor;Expand description
The DefaultLoggingInterceptor will log the message by the standard logging macro.
Trait Implementations§
Source§impl Clone for DefaultLoggingInterceptor
impl Clone for DefaultLoggingInterceptor
Source§fn clone(&self) -> DefaultLoggingInterceptor
fn clone(&self) -> DefaultLoggingInterceptor
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 moreimpl Copy for DefaultLoggingInterceptor
Source§impl Debug for DefaultLoggingInterceptor
impl Debug for DefaultLoggingInterceptor
Source§impl Default for DefaultLoggingInterceptor
impl Default for DefaultLoggingInterceptor
Source§fn default() -> DefaultLoggingInterceptor
fn default() -> DefaultLoggingInterceptor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultLoggingInterceptor
impl RefUnwindSafe for DefaultLoggingInterceptor
impl Send for DefaultLoggingInterceptor
impl Sync for DefaultLoggingInterceptor
impl Unpin for DefaultLoggingInterceptor
impl UnsafeUnpin for DefaultLoggingInterceptor
impl UnwindSafe for DefaultLoggingInterceptor
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