Enum rustdds::dds::statusevents::SampleRejectedStatusKind
source · pub enum SampleRejectedStatusKind {
NotRejected,
ByInstancesLimit,
BySamplesLimit,
BySamplesPerInstanceLimit,
}Variants§
Trait Implementations§
source§impl Clone for SampleRejectedStatusKind
impl Clone for SampleRejectedStatusKind
source§fn clone(&self) -> SampleRejectedStatusKind
fn clone(&self) -> SampleRejectedStatusKind
Returns a copy of the value. Read more
1.0.0 · 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 SampleRejectedStatusKind
impl Debug for SampleRejectedStatusKind
source§impl PartialEq for SampleRejectedStatusKind
impl PartialEq for SampleRejectedStatusKind
source§fn eq(&self, other: &SampleRejectedStatusKind) -> bool
fn eq(&self, other: &SampleRejectedStatusKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for SampleRejectedStatusKind
impl Eq for SampleRejectedStatusKind
impl StructuralPartialEq for SampleRejectedStatusKind
Auto Trait Implementations§
impl Freeze for SampleRejectedStatusKind
impl RefUnwindSafe for SampleRejectedStatusKind
impl Send for SampleRejectedStatusKind
impl Sync for SampleRejectedStatusKind
impl Unpin for SampleRejectedStatusKind
impl UnwindSafe for SampleRejectedStatusKind
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