pub struct CollectdLogger { /* private fields */ }
Expand description
The actual logger implementation that sends messages to collectd.
Trait Implementations§
Source§impl Log for CollectdLogger
impl Log for CollectdLogger
Auto Trait Implementations§
impl Freeze for CollectdLogger
impl !RefUnwindSafe for CollectdLogger
impl Send for CollectdLogger
impl Sync for CollectdLogger
impl Unpin for CollectdLogger
impl !UnwindSafe for CollectdLogger
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