pub struct FormatRfc3146(/* private fields */);
Trait Implementations§
Source§impl Clone for FormatRfc3146
impl Clone for FormatRfc3146
Source§fn clone(&self) -> FormatRfc3146
fn clone(&self) -> FormatRfc3146
Returns a duplicate 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 FormatRfc3146
impl Debug for FormatRfc3146
Source§impl From<&'static str> for FormatRfc3146
impl From<&'static str> for FormatRfc3146
Source§fn from(value: &'static str) -> FormatRfc3146
fn from(value: &'static str) -> FormatRfc3146
Converts to this type from the input type.
Source§impl From<String> for FormatRfc3146
impl From<String> for FormatRfc3146
Source§fn from(value: String) -> FormatRfc3146
fn from(value: String) -> FormatRfc3146
Converts to this type from the input type.
Source§impl SyslogFormatter for FormatRfc3146
impl SyslogFormatter for FormatRfc3146
Source§fn vsyslog1_format(
&self,
_max_msg_size: usize,
pri: Priority,
progname: &str,
pid: &str,
) -> SyslogFormatted
fn vsyslog1_format( &self, _max_msg_size: usize, pri: Priority, progname: &str, pid: &str, ) -> SyslogFormatted
Formats the message for the syslog server with specific protocol or
RFC. Read more
impl Send for FormatRfc3146
Auto Trait Implementations§
impl Freeze for FormatRfc3146
impl RefUnwindSafe for FormatRfc3146
impl Sync for FormatRfc3146
impl Unpin for FormatRfc3146
impl UnwindSafe for FormatRfc3146
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