pub struct LoggingLayer;Expand description
Logging middleware layer
Trait Implementations§
Source§impl Clone for LoggingLayer
impl Clone for LoggingLayer
Source§fn clone(&self) -> LoggingLayer
fn clone(&self) -> LoggingLayer
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for LoggingLayer
impl RefUnwindSafe for LoggingLayer
impl Send for LoggingLayer
impl Sync for LoggingLayer
impl Unpin for LoggingLayer
impl UnsafeUnpin for LoggingLayer
impl UnwindSafe for LoggingLayer
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