pub struct PublishNext<'a, N> { /* private fields */ }Expand description
A cursor over the rest of the publish pipeline, ending in the broker send. Handed to a
PublishLayer; call run to continue.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, N> !RefUnwindSafe for PublishNext<'a, N>
impl<'a, N> !UnwindSafe for PublishNext<'a, N>
impl<'a, N> Freeze for PublishNext<'a, N>
impl<'a, N> Send for PublishNext<'a, N>where
N: Sync,
impl<'a, N> Sync for PublishNext<'a, N>where
N: Sync,
impl<'a, N> Unpin for PublishNext<'a, N>
impl<'a, N> UnsafeUnpin for PublishNext<'a, N>
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