pub struct Syslog { /* private fields */ }
Expand description
An appender that writes log records to syslog.
Trait Implementations§
Source§impl Append for Syslog
impl Append for Syslog
Auto Trait Implementations§
impl !Freeze for Syslog
impl !RefUnwindSafe for Syslog
impl Send for Syslog
impl Sync for Syslog
impl Unpin for Syslog
impl !UnwindSafe for Syslog
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