pub struct PublicationMatchedStream<T: DdsType + Send + Sync + 'static> { /* private fields */ }Expand description
Stream der publication-matched-Counts. Yieldet jeden neuen Count.
Trait Implementations§
Source§impl<T: DdsType + Send + Sync + 'static> Stream for PublicationMatchedStream<T>
impl<T: DdsType + Send + Sync + 'static> Stream for PublicationMatchedStream<T>
Source§type Item = SubscriptionMatchedStatus
type Item = SubscriptionMatchedStatus
Values yielded by the stream.
impl<T: DdsType + Send + Sync + 'static> Unpin for PublicationMatchedStream<T>
Auto Trait Implementations§
impl<T> Freeze for PublicationMatchedStream<T>
impl<T> !RefUnwindSafe for PublicationMatchedStream<T>
impl<T> Send for PublicationMatchedStream<T>
impl<T> Sync for PublicationMatchedStream<T>
impl<T> UnsafeUnpin for PublicationMatchedStream<T>
impl<T> !UnwindSafe for PublicationMatchedStream<T>
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