pub struct UpdateComponentOptions {
pub id: String,
pub props: ComponentProps,
}Fields§
§id: String§props: ComponentPropsTrait Implementations§
Source§impl Clone for UpdateComponentOptions
impl Clone for UpdateComponentOptions
Source§fn clone(&self) -> UpdateComponentOptions
fn clone(&self) -> UpdateComponentOptions
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 UpdateComponentOptions
impl Debug for UpdateComponentOptions
Source§impl<'de> Deserialize<'de> for UpdateComponentOptions
impl<'de> Deserialize<'de> for UpdateComponentOptions
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
Auto Trait Implementations§
impl Freeze for UpdateComponentOptions
impl RefUnwindSafe for UpdateComponentOptions
impl Send for UpdateComponentOptions
impl Sync for UpdateComponentOptions
impl Unpin for UpdateComponentOptions
impl UnsafeUnpin for UpdateComponentOptions
impl UnwindSafe for UpdateComponentOptions
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