pub struct NotificationContext { /* private fields */ }Implementations§
Trait Implementations§
source§impl Constructor for NotificationContext
impl Constructor for NotificationContext
fn ctor<'async_trait>( ctx: DependencyContext ) -> Pin<Box<dyn Future<Output = BuildDependencyResult<Self>> + Send + Sync + 'async_trait>>where Self: 'async_trait,
Auto Trait Implementations§
impl !RefUnwindSafe for NotificationContext
impl Send for NotificationContext
impl Sync for NotificationContext
impl Unpin for NotificationContext
impl !UnwindSafe for NotificationContext
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