pub struct ProxyLogger { /* private fields */ }Expand description
Logger for proxy traffic.
Implementations§
Trait Implementations§
Source§impl Default for ProxyLogger
impl Default for ProxyLogger
Source§fn default() -> ProxyLogger
fn default() -> ProxyLogger
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for ProxyLogger
impl RefUnwindSafe for ProxyLogger
impl Send for ProxyLogger
impl Sync for ProxyLogger
impl Unpin for ProxyLogger
impl UnwindSafe for ProxyLogger
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