pub enum RawJsonRowItem {
Row(Vec<u8>),
Metadata(Vec<u8>),
}Variants§
Auto Trait Implementations§
impl Freeze for RawJsonRowItem
impl RefUnwindSafe for RawJsonRowItem
impl Send for RawJsonRowItem
impl Sync for RawJsonRowItem
impl Unpin for RawJsonRowItem
impl UnsafeUnpin for RawJsonRowItem
impl UnwindSafe for RawJsonRowItem
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