pub struct JournalEvent {
pub prefix: String,
pub message: String,
pub timestamp: u64,
pub priority: u8,
}Fields§
§prefix: String§message: String§timestamp: u64§priority: u8Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JournalEvent
impl RefUnwindSafe for JournalEvent
impl Send for JournalEvent
impl Sync for JournalEvent
impl Unpin for JournalEvent
impl UnsafeUnpin for JournalEvent
impl UnwindSafe for JournalEvent
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