pub struct FieldUpdate {
pub field: String,
pub value: IqlValue,
}Fields§
§field: String§value: IqlValueTrait Implementations§
Source§impl Clone for FieldUpdate
impl Clone for FieldUpdate
Source§fn clone(&self) -> FieldUpdate
fn clone(&self) -> FieldUpdate
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 moreSource§impl Debug for FieldUpdate
impl Debug for FieldUpdate
Source§impl PartialEq for FieldUpdate
impl PartialEq for FieldUpdate
impl StructuralPartialEq for FieldUpdate
Auto Trait Implementations§
impl Freeze for FieldUpdate
impl RefUnwindSafe for FieldUpdate
impl Send for FieldUpdate
impl Sync for FieldUpdate
impl Unpin for FieldUpdate
impl UnwindSafe for FieldUpdate
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