pub enum MoveThroughDuplicateValues {}
Expand description
Moves to the next or previous key if there are no more values associated with the current key.
Trait Implementations§
Source§impl Clone for MoveThroughDuplicateValues
impl Clone for MoveThroughDuplicateValues
Source§fn clone(&self) -> MoveThroughDuplicateValues
fn clone(&self) -> MoveThroughDuplicateValues
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 MoveThroughDuplicateValues
impl Debug for MoveThroughDuplicateValues
Source§impl IterationMethod for MoveThroughDuplicateValues
impl IterationMethod for MoveThroughDuplicateValues
Source§const MOVE_OPERATION: MoveOperation = MoveOperation::Any
const MOVE_OPERATION: MoveOperation = MoveOperation::Any
The internal operation to move the cursor through entries.
impl Copy for MoveThroughDuplicateValues
Auto Trait Implementations§
impl Freeze for MoveThroughDuplicateValues
impl RefUnwindSafe for MoveThroughDuplicateValues
impl Send for MoveThroughDuplicateValues
impl Sync for MoveThroughDuplicateValues
impl Unpin for MoveThroughDuplicateValues
impl UnwindSafe for MoveThroughDuplicateValues
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,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 0 bytes (uninhabited)