pub struct SyslogFormatter;Expand description
Syslog RFC 5424 format
Implementations§
Auto Trait Implementations§
impl Freeze for SyslogFormatter
impl RefUnwindSafe for SyslogFormatter
impl Send for SyslogFormatter
impl Sync for SyslogFormatter
impl Unpin for SyslogFormatter
impl UnwindSafe for SyslogFormatter
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