pub struct CompiledMutationPlan {
pub mutation_intent: MutationIntent,
pub validation_profile: String,
}Fields§
§mutation_intent: MutationIntent§validation_profile: StringTrait Implementations§
Source§impl Clone for CompiledMutationPlan
impl Clone for CompiledMutationPlan
Source§fn clone(&self) -> CompiledMutationPlan
fn clone(&self) -> CompiledMutationPlan
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 CompiledMutationPlan
impl Debug for CompiledMutationPlan
Source§impl<'de> Deserialize<'de> for CompiledMutationPlan
impl<'de> Deserialize<'de> for CompiledMutationPlan
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<CompiledMutationPlan, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<CompiledMutationPlan, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for CompiledMutationPlan
impl Serialize for CompiledMutationPlan
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for CompiledMutationPlan
impl RefUnwindSafe for CompiledMutationPlan
impl Send for CompiledMutationPlan
impl Sync for CompiledMutationPlan
impl Unpin for CompiledMutationPlan
impl UnsafeUnpin for CompiledMutationPlan
impl UnwindSafe for CompiledMutationPlan
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