pub enum SampleStateMatch {
Read,
NotRead,
Any,
}Expand description
Spec §7.4.8 — Sample-State-Match (DDS DCPS §2.2.2.5).
Variants§
Trait Implementations§
Source§impl Clone for SampleStateMatch
impl Clone for SampleStateMatch
Source§fn clone(&self) -> SampleStateMatch
fn clone(&self) -> SampleStateMatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SampleStateMatch
impl Debug for SampleStateMatch
Source§impl PartialEq for SampleStateMatch
impl PartialEq for SampleStateMatch
Source§fn eq(&self, other: &SampleStateMatch) -> bool
fn eq(&self, other: &SampleStateMatch) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SampleStateMatch
impl Eq for SampleStateMatch
impl StructuralPartialEq for SampleStateMatch
Auto Trait Implementations§
impl Freeze for SampleStateMatch
impl RefUnwindSafe for SampleStateMatch
impl Send for SampleStateMatch
impl Sync for SampleStateMatch
impl Unpin for SampleStateMatch
impl UnsafeUnpin for SampleStateMatch
impl UnwindSafe for SampleStateMatch
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