pub enum IterKV {
Name,
Value,
Done,
}
Expand description
Internal helper type to track the iteration status of an iterator over the name/value representation.
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IterKV
impl RefUnwindSafe for IterKV
impl Send for IterKV
impl Sync for IterKV
impl Unpin for IterKV
impl UnwindSafe for IterKV
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