pub struct LogProxy<T: Sender> { /* private fields */ }Expand description
A LogProxy is a logger implementation (Log) which sends log records
using its Sender side of a Channel.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for LogProxy<T>where
T: Freeze,
impl<T> RefUnwindSafe for LogProxy<T>where
T: RefUnwindSafe,
impl<T> Send for LogProxy<T>where
T: Send,
impl<T> Sync for LogProxy<T>where
T: Sync,
impl<T> Unpin for LogProxy<T>where
T: Unpin,
impl<T> UnsafeUnpin for LogProxy<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for LogProxy<T>where
T: UnwindSafe,
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