pub struct PreparedMutation {
pub intent: MutationIntent,
pub artifact: MutationArtifact,
}Fields§
§intent: MutationIntent§artifact: MutationArtifactTrait Implementations§
Source§impl Clone for PreparedMutation
impl Clone for PreparedMutation
Source§fn clone(&self) -> PreparedMutation
fn clone(&self) -> PreparedMutation
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 PreparedMutation
impl Debug for PreparedMutation
Source§impl<'de> Deserialize<'de> for PreparedMutation
impl<'de> Deserialize<'de> for PreparedMutation
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
Source§impl PartialEq for PreparedMutation
impl PartialEq for PreparedMutation
Source§impl Serialize for PreparedMutation
impl Serialize for PreparedMutation
impl Eq for PreparedMutation
impl StructuralPartialEq for PreparedMutation
Auto Trait Implementations§
impl Freeze for PreparedMutation
impl RefUnwindSafe for PreparedMutation
impl Send for PreparedMutation
impl Sync for PreparedMutation
impl Unpin for PreparedMutation
impl UnsafeUnpin for PreparedMutation
impl UnwindSafe for PreparedMutation
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