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