pub struct SyslogLocal { /* private fields */ }Implementations§
Source§impl SyslogLocal
impl SyslogLocal
Trait Implementations§
Source§impl Debug for SyslogLocal
impl Debug for SyslogLocal
Source§impl SyslogDestination for SyslogLocal
impl SyslogDestination for SyslogLocal
fn init(self) -> SyRes<TapTypeData>
Auto Trait Implementations§
impl Freeze for SyslogLocal
impl RefUnwindSafe for SyslogLocal
impl Send for SyslogLocal
impl Sync for SyslogLocal
impl Unpin for SyslogLocal
impl UnwindSafe for SyslogLocal
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