pub struct UpdateComponentsData {
pub surface_id: String,
pub components: Vec<Value>,
}Fields§
§surface_id: String§components: Vec<Value>Trait Implementations§
Source§impl Clone for UpdateComponentsData
impl Clone for UpdateComponentsData
Source§fn clone(&self) -> UpdateComponentsData
fn clone(&self) -> UpdateComponentsData
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 UpdateComponentsData
impl Debug for UpdateComponentsData
Source§impl<'de> Deserialize<'de> for UpdateComponentsData
impl<'de> Deserialize<'de> for UpdateComponentsData
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdateComponentsData
impl PartialEq for UpdateComponentsData
Source§fn eq(&self, other: &UpdateComponentsData) -> bool
fn eq(&self, other: &UpdateComponentsData) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UpdateComponentsData
impl Serialize for UpdateComponentsData
impl StructuralPartialEq for UpdateComponentsData
Auto Trait Implementations§
impl Freeze for UpdateComponentsData
impl RefUnwindSafe for UpdateComponentsData
impl Send for UpdateComponentsData
impl Sync for UpdateComponentsData
impl Unpin for UpdateComponentsData
impl UnsafeUnpin for UpdateComponentsData
impl UnwindSafe for UpdateComponentsData
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