pub struct DataView {
pub data_view: Map<String, Value>,
}Expand description
A data view returned from its detail, create, or update route.
Fields§
§data_view: Map<String, Value>The complete object returned by Kibana. It includes server-owned
fields and generated mapped-field cache entries, which Task 2 removes
only when building a portable DataViewSpec.
Trait Implementations§
impl StructuralPartialEq for DataView
Auto Trait Implementations§
impl Freeze for DataView
impl RefUnwindSafe for DataView
impl Send for DataView
impl Sync for DataView
impl Unpin for DataView
impl UnsafeUnpin for DataView
impl UnwindSafe for DataView
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