pub struct DomainParticipantStatusListener { /* private fields */ }Expand description
Produces an async (or mio-pollable) stream of
DomainParticipantStatusEvents
Trait Implementations§
Source§impl Evented for DomainParticipantStatusListener
impl Evented for DomainParticipantStatusListener
Auto Trait Implementations§
impl Freeze for DomainParticipantStatusListener
impl RefUnwindSafe for DomainParticipantStatusListener
impl Send for DomainParticipantStatusListener
impl Sync for DomainParticipantStatusListener
impl Unpin for DomainParticipantStatusListener
impl UnwindSafe for DomainParticipantStatusListener
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