Struct linux_audit_parser::Message
source · pub struct Message {
pub id: EventID,
pub node: Option<Vec<u8>>,
pub ty: MessageType,
pub body: Body,
}Expand description
A parsed message corresponding to a single line from the Linux Audit log
Fields§
§id: EventIDThe identifier of the audit event, corresponding to msg=audit(…) in audit log lines
node: Option<Vec<u8>>The optional node name, corresponding to node=… in audit log lines
ty: MessageTypeMessage type, corresponding to type=… in audit log lines
body: BodyThe set of key/value parirs
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Message
impl RefUnwindSafe for Message
impl Send for Message
impl Sync for Message
impl !Unpin for Message
impl UnwindSafe for Message
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)