Enum rustdds::SelectByKey
source · pub enum SelectByKey {
This,
Next,
}Expand description
Parameter for reading Readers data with key or with next from current key.
Variants§
Trait Implementations§
source§impl Clone for SelectByKey
impl Clone for SelectByKey
source§fn clone(&self) -> SelectByKey
fn clone(&self) -> SelectByKey
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 SelectByKey
impl Debug for SelectByKey
source§impl PartialEq for SelectByKey
impl PartialEq for SelectByKey
impl Copy for SelectByKey
impl Eq for SelectByKey
impl StructuralPartialEq for SelectByKey
Auto Trait Implementations§
impl Freeze for SelectByKey
impl RefUnwindSafe for SelectByKey
impl Send for SelectByKey
impl Sync for SelectByKey
impl Unpin for SelectByKey
impl UnwindSafe for SelectByKey
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)