Enum rustdds::dds::statusevents::DataReaderStatus [−][src]
Variants
Sample was rejected, because resource limits would have been exeeded.
Fields of SampleRejected
count: CountWithChangelast_reason: SampleRejectedStatusKindRemote Writer has become active or inactive.
Fields of LivelinessChanged
alive_total: CountWithChangenot_alive_total: CountWithChangeDeadline requested by this DataReader was missed.
Fields of RequestedDeadlineMissed
count: CountWithChangeThis DataReader has requested a QoS policy that is incompatibel with what is offered.
Fields of RequestedIncompatibleQos
A sample has been lost (never received). (Whtever this means?)
Fields of SampleLost
count: CountWithChangeThe DataReader has found a DataWriter that matches the Topic and has compatible QoS, or has ceased to be matched with a DataWriter that was previously considered to be matched.
Fields of SubscriptionMatched
total: CountWithChangecurrent: CountWithChangeTrait Implementations
impl Clone for DataReaderStatus[src]
fn clone(&self) -> DataReaderStatus[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for DataReaderStatus[src]
impl<D, DA> StatusEvented<DataReaderStatus> for DataReader<D, DA> where
D: Keyed + DeserializeOwned,
DA: DeserializerAdapter<D>, [src]
D: Keyed + DeserializeOwned,
DA: DeserializerAdapter<D>,
fn as_status_evented(&mut self) -> &dyn Evented[src]
fn try_recv_status(&self) -> Option<DataReaderStatus>[src]
Auto Trait Implementations
impl RefUnwindSafe for DataReaderStatus[src]
impl Send for DataReaderStatus[src]
impl Sync for DataReaderStatus[src]
impl Unpin for DataReaderStatus[src]
impl UnwindSafe for DataReaderStatus[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,