pub enum SyslogProto {
RFC3164,
}Available on crate feature
syslog only.Variants§
RFC3164
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyslogProto
impl RefUnwindSafe for SyslogProto
impl Send for SyslogProto
impl Sync for SyslogProto
impl Unpin for SyslogProto
impl UnwindSafe for SyslogProto
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