pub struct SyslogFormatted<'f> { /* private fields */ }
Expand description
A container which holds the formatted message and a range of slices
which are suitable for the stderror output or syscons output.
Normally, the stderr_range
is a message without PRI
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'f> Freeze for SyslogFormatted<'f>
impl<'f> RefUnwindSafe for SyslogFormatted<'f>
impl<'f> Send for SyslogFormatted<'f>
impl<'f> Sync for SyslogFormatted<'f>
impl<'f> Unpin for SyslogFormatted<'f>
impl<'f> UnwindSafe for SyslogFormatted<'f>
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