pub struct SyslogFormatted { /* 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
and other headers
For example for the message type <34> Mon 12 … the stderr_tange can be 1.. which will exclude the <34>.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyslogFormatted
impl RefUnwindSafe for SyslogFormatted
impl Send for SyslogFormatted
impl Sync for SyslogFormatted
impl Unpin for SyslogFormatted
impl UnwindSafe for SyslogFormatted
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