Struct forensic_rs::notifications::Notifier
source · pub struct Notifier {
pub channel: Sender<Notification>,
}Fields§
§channel: Sender<Notification>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Notifier
impl Send for Notifier
impl Sync for Notifier
impl Unpin for Notifier
impl UnwindSafe for Notifier
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