pub struct Syslog3164Message<'a> {
pub pri: &'a str,
pub ts: Tm,
pub host: &'a str,
pub tag: Option<(&'a str, Option<&'a str>)>,
pub msg: &'a str,
}Fields§
§pri: &'a str§ts: Tm§host: &'a str§tag: Option<(&'a str, Option<&'a str>)>§msg: &'a strTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Syslog3164Message<'a>
impl<'a> RefUnwindSafe for Syslog3164Message<'a>
impl<'a> Send for Syslog3164Message<'a>
impl<'a> Sync for Syslog3164Message<'a>
impl<'a> Unpin for Syslog3164Message<'a>
impl<'a> UnwindSafe for Syslog3164Message<'a>
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