pub struct LoggingSubscriber;Implementations§
Trait Implementations§
Source§impl Default for LoggingSubscriber
impl Default for LoggingSubscriber
Source§impl EventSubscriber for LoggingSubscriber
impl EventSubscriber for LoggingSubscriber
Auto Trait Implementations§
impl Freeze for LoggingSubscriber
impl RefUnwindSafe for LoggingSubscriber
impl Send for LoggingSubscriber
impl Sync for LoggingSubscriber
impl Unpin for LoggingSubscriber
impl UnsafeUnpin for LoggingSubscriber
impl UnwindSafe for LoggingSubscriber
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