pub struct UpdateFieldMsg;Expand description
Message to update dynamic field content.
Trait Implementations§
Source§impl Clone for UpdateFieldMsg
impl Clone for UpdateFieldMsg
Source§fn clone(&self) -> UpdateFieldMsg
fn clone(&self) -> UpdateFieldMsg
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 UpdateFieldMsg
impl RefUnwindSafe for UpdateFieldMsg
impl Send for UpdateFieldMsg
impl Sync for UpdateFieldMsg
impl Unpin for UpdateFieldMsg
impl UnwindSafe for UpdateFieldMsg
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