pub enum SyslogFormat {
RFC3164,
RFC5424,
}
Expand description
The format of the syslog message.
Variants§
Trait Implementations§
Source§impl Clone for SyslogFormat
impl Clone for SyslogFormat
Source§fn clone(&self) -> SyslogFormat
fn clone(&self) -> SyslogFormat
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 SyslogFormat
impl Debug for SyslogFormat
impl Copy for SyslogFormat
Auto Trait Implementations§
impl Freeze for SyslogFormat
impl RefUnwindSafe for SyslogFormat
impl Send for SyslogFormat
impl Sync for SyslogFormat
impl Unpin for SyslogFormat
impl UnwindSafe for SyslogFormat
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