pub struct DataViewPatch {
pub base: Option<DataViewUpdate>,
pub field_metadata: Map<String, Value>,
}Expand description
The two documented routes needed to replace a portable data view.
Fields§
§base: Option<DataViewUpdate>§field_metadata: Map<String, Value>Trait Implementations§
Source§impl Clone for DataViewPatch
impl Clone for DataViewPatch
Source§fn clone(&self) -> DataViewPatch
fn clone(&self) -> DataViewPatch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DataViewPatch
impl Debug for DataViewPatch
Source§impl Default for DataViewPatch
impl Default for DataViewPatch
Source§fn default() -> DataViewPatch
fn default() -> DataViewPatch
Returns the “default value” for a type. Read more
Source§impl PartialEq for DataViewPatch
impl PartialEq for DataViewPatch
Source§impl Serialize for DataViewPatch
impl Serialize for DataViewPatch
impl StructuralPartialEq for DataViewPatch
Auto Trait Implementations§
impl Freeze for DataViewPatch
impl RefUnwindSafe for DataViewPatch
impl Send for DataViewPatch
impl Sync for DataViewPatch
impl Unpin for DataViewPatch
impl UnsafeUnpin for DataViewPatch
impl UnwindSafe for DataViewPatch
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