pub struct EmittedRow {
pub id: String,
pub key: Value,
pub value: Value,
}Expand description
A key-value pair emitted by a map function.
Fields§
§id: String§key: Value§value: ValueTrait Implementations§
Source§impl Clone for EmittedRow
impl Clone for EmittedRow
Source§fn clone(&self) -> EmittedRow
fn clone(&self) -> EmittedRow
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for EmittedRow
impl RefUnwindSafe for EmittedRow
impl Send for EmittedRow
impl Sync for EmittedRow
impl Unpin for EmittedRow
impl UnwindSafe for EmittedRow
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