pub struct TarantoolLogger {}
Trait Implementations§
Source§impl Log for TarantoolLogger
impl Log for TarantoolLogger
Auto Trait Implementations§
impl Freeze for TarantoolLogger
impl RefUnwindSafe for TarantoolLogger
impl Send for TarantoolLogger
impl Sync for TarantoolLogger
impl Unpin for TarantoolLogger
impl UnwindSafe for TarantoolLogger
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