enum RangeMapState {
StartKey,
StartValue,
EndKey,
EndValue,
Done,
}Variants§
Auto Trait Implementations§
impl Freeze for RangeMapState
impl RefUnwindSafe for RangeMapState
impl Send for RangeMapState
impl Sync for RangeMapState
impl Unpin for RangeMapState
impl UnsafeUnpin for RangeMapState
impl UnwindSafe for RangeMapState
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