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