enum KeyKind<'a> {
Utf8(&'a GenericStringArray<i32>),
LargeUtf8(&'a GenericStringArray<i64>),
}
Expand description
Internal key array kind used by Map encoder.
Variants§
Auto Trait Implementations§
impl<'a> Freeze for KeyKind<'a>
impl<'a> RefUnwindSafe for KeyKind<'a>
impl<'a> Send for KeyKind<'a>
impl<'a> Sync for KeyKind<'a>
impl<'a> Unpin for KeyKind<'a>
impl<'a> UnwindSafe for KeyKind<'a>
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