Struct forensic_rs::notifications::Notification
source · pub struct Notification {
pub type: NotificationType,
pub priority: Priority,
pub module: &'static str,
pub line: u32,
pub file: &'static str,
pub data: Cow<'static, str>,
}Fields§
§type: NotificationType§priority: Priority§module: &'static str§line: u32§file: &'static str§data: Cow<'static, str>Trait Implementations§
source§impl Clone for Notification
impl Clone for Notification
source§fn clone(&self) -> Notification
fn clone(&self) -> Notification
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl RefUnwindSafe for Notification
impl Send for Notification
impl Sync for Notification
impl Unpin for Notification
impl UnwindSafe for Notification
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