pub struct UpdateMutation {
pub type_name: String,
pub assignments: Vec<MutationAssignment>,
pub predicate: MutationPredicate,
}Fields§
§type_name: String§assignments: Vec<MutationAssignment>§predicate: MutationPredicateTrait Implementations§
Source§impl Clone for UpdateMutation
impl Clone for UpdateMutation
Source§fn clone(&self) -> UpdateMutation
fn clone(&self) -> UpdateMutation
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 moreAuto Trait Implementations§
impl Freeze for UpdateMutation
impl RefUnwindSafe for UpdateMutation
impl Send for UpdateMutation
impl Sync for UpdateMutation
impl Unpin for UpdateMutation
impl UnsafeUnpin for UpdateMutation
impl UnwindSafe for UpdateMutation
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