pub struct MutationEntityTypes;
Trait Implementations§
Source§impl HasField<__typename> for MutationEntityTypes
impl HasField<__typename> for MutationEntityTypes
Source§impl HasField<addComponent> for MutationEntityTypes
impl HasField<addComponent> for MutationEntityTypes
Source§type Type = EntityType
type Type = EntityType
The schema marker type of this field.
Source§impl HasField<addExtension> for MutationEntityTypes
impl HasField<addExtension> for MutationEntityTypes
Source§type Type = EntityType
type Type = EntityType
The schema marker type of this field.
Source§impl HasField<addProperty> for MutationEntityTypes
impl HasField<addProperty> for MutationEntityTypes
Source§type Type = EntityType
type Type = EntityType
The schema marker type of this field.
Source§impl HasField<create> for MutationEntityTypes
impl HasField<create> for MutationEntityTypes
Source§type Type = EntityType
type Type = EntityType
The schema marker type of this field.
Source§impl HasField<delete> for MutationEntityTypes
impl HasField<delete> for MutationEntityTypes
Source§impl HasField<removeComponent> for MutationEntityTypes
impl HasField<removeComponent> for MutationEntityTypes
Source§type Type = EntityType
type Type = EntityType
The schema marker type of this field.
Source§impl HasField<removeExtension> for MutationEntityTypes
impl HasField<removeExtension> for MutationEntityTypes
Source§type Type = EntityType
type Type = EntityType
The schema marker type of this field.
Source§impl HasField<removeProperty> for MutationEntityTypes
impl HasField<removeProperty> for MutationEntityTypes
Source§type Type = EntityType
type Type = EntityType
The schema marker type of this field.
Source§impl HasField<updateDescription> for MutationEntityTypes
impl HasField<updateDescription> for MutationEntityTypes
Source§type Type = EntityType
type Type = EntityType
The schema marker type of this field.
Source§impl HasField<updateExtension> for MutationEntityTypes
impl HasField<updateExtension> for MutationEntityTypes
Source§type Type = EntityType
type Type = EntityType
The schema marker type of this field.
Source§impl HasField<updateProperty> for MutationEntityTypes
impl HasField<updateProperty> for MutationEntityTypes
Source§type Type = EntityType
type Type = EntityType
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for MutationEntityTypes
impl RefUnwindSafe for MutationEntityTypes
impl Send for MutationEntityTypes
impl Sync for MutationEntityTypes
impl Unpin for MutationEntityTypes
impl UnwindSafe for MutationEntityTypes
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