pub struct ViewRow {
pub id: Option<String>,
pub key: Value,
pub value: Value,
pub doc: Option<Value>,
}Expand description
A single row in a view result.
Fields§
§id: Option<String>§key: Value§value: Value§doc: Option<Value>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ViewRow
impl RefUnwindSafe for ViewRow
impl Send for ViewRow
impl Sync for ViewRow
impl Unpin for ViewRow
impl UnwindSafe for ViewRow
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