pub struct NotificationBuilder<C> { /* private fields */ }Available on crate feature
12-27-0 only.Expand description
Builder for the build_notification method.
Implementations§
Source§impl<C> NotificationBuilder<C>
impl<C> NotificationBuilder<C>
Auto Trait Implementations§
impl<C> Freeze for NotificationBuilder<C>where
C: Freeze,
impl<C> RefUnwindSafe for NotificationBuilder<C>where
C: RefUnwindSafe,
impl<C> Send for NotificationBuilder<C>where
C: Send,
impl<C> Sync for NotificationBuilder<C>where
C: Sync,
impl<C> Unpin for NotificationBuilder<C>where
C: Unpin,
impl<C> UnwindSafe for NotificationBuilder<C>where
C: UnwindSafe,
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