Struct sozu_command_lib::logging::CompatLogger
source · pub struct CompatLogger;
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CompatLogger
impl Send for CompatLogger
impl Sync for CompatLogger
impl Unpin for CompatLogger
impl UnwindSafe for CompatLogger
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