pub struct MutationFlowTypes;
Trait Implementations§
Source§impl HasField<__typename> for MutationFlowTypes
impl HasField<__typename> for MutationFlowTypes
Source§impl HasField<addEntityInstance> for MutationFlowTypes
impl HasField<addEntityInstance> for MutationFlowTypes
Source§impl HasField<addExtension> for MutationFlowTypes
impl HasField<addExtension> for MutationFlowTypes
Source§impl HasField<addVariable> for MutationFlowTypes
impl HasField<addVariable> for MutationFlowTypes
Source§impl HasField<create> for MutationFlowTypes
impl HasField<create> for MutationFlowTypes
Source§impl HasField<delete> for MutationFlowTypes
impl HasField<delete> for MutationFlowTypes
Source§impl HasField<removeEntityInstance> for MutationFlowTypes
impl HasField<removeEntityInstance> for MutationFlowTypes
Source§impl HasField<removeExtension> for MutationFlowTypes
impl HasField<removeExtension> for MutationFlowTypes
Source§impl HasField<removeVariable> for MutationFlowTypes
impl HasField<removeVariable> for MutationFlowTypes
Source§impl HasField<updateDescription> for MutationFlowTypes
impl HasField<updateDescription> for MutationFlowTypes
Source§impl HasField<updateEntityInstance> for MutationFlowTypes
impl HasField<updateEntityInstance> for MutationFlowTypes
Source§impl HasField<updateExtension> for MutationFlowTypes
impl HasField<updateExtension> for MutationFlowTypes
Source§impl HasField<updateVariable> for MutationFlowTypes
impl HasField<updateVariable> for MutationFlowTypes
Auto Trait Implementations§
impl Freeze for MutationFlowTypes
impl RefUnwindSafe for MutationFlowTypes
impl Send for MutationFlowTypes
impl Sync for MutationFlowTypes
impl Unpin for MutationFlowTypes
impl UnwindSafe for MutationFlowTypes
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more