pub struct TransformResult {
pub data: DataTable,
pub metadata: HashMap<String, Value>,
}Expand description
Result of a transform operation.
Fields§
§data: DataTable§metadata: HashMap<String, Value>Trait Implementations§
Source§impl Clone for TransformResult
impl Clone for TransformResult
Source§fn clone(&self) -> TransformResult
fn clone(&self) -> TransformResult
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 TransformResult
impl !RefUnwindSafe for TransformResult
impl Send for TransformResult
impl Sync for TransformResult
impl Unpin for TransformResult
impl UnsafeUnpin for TransformResult
impl !UnwindSafe for TransformResult
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