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