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 Freeze for NotificationContext
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