pub struct NotifyService { /* private fields */ }Implementations§
Source§impl NotifyService
impl NotifyService
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotifyService
impl RefUnwindSafe for NotifyService
impl Send for NotifyService
impl Sync for NotifyService
impl Unpin for NotifyService
impl UnwindSafe for NotifyService
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