pub struct FormatRfc5424;Trait Implementations§
Source§impl Clone for FormatRfc5424
impl Clone for FormatRfc5424
Source§fn clone(&self) -> FormatRfc5424
fn clone(&self) -> FormatRfc5424
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FormatRfc5424
impl Debug for FormatRfc5424
Source§impl SyslogFormatter for FormatRfc5424
impl SyslogFormatter for FormatRfc5424
Source§fn vsyslog1_format<'f>(
tap_type: TapType,
pri: Priority,
progname: &'f str,
pid: &'f str,
fmt: &'f str,
) -> SyslogFormatted<'f>
fn vsyslog1_format<'f>( tap_type: TapType, pri: Priority, progname: &'f str, pid: &'f str, fmt: &'f str, ) -> SyslogFormatted<'f>
Formats the message for the syslog server with specific protocol or
RFC. Read more
impl Send for FormatRfc5424
Auto Trait Implementations§
impl Freeze for FormatRfc5424
impl RefUnwindSafe for FormatRfc5424
impl Sync for FormatRfc5424
impl Unpin for FormatRfc5424
impl UnwindSafe for FormatRfc5424
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