pub struct RelationType;
Trait Implementations§
Source§impl HasField<__typename> for RelationType
impl HasField<__typename> for RelationType
Source§impl HasField<behaviours> for RelationType
impl HasField<behaviours> for RelationType
Source§type Type = Vec<RelationBehaviour>
type Type = Vec<RelationBehaviour>
The schema marker type of this field.
Source§impl HasField<components> for RelationType
impl HasField<components> for RelationType
Source§impl HasField<countComponents> for RelationType
impl HasField<countComponents> for RelationType
Source§impl HasField<countExtensions> for RelationType
impl HasField<countExtensions> for RelationType
Source§impl HasField<countProperties> for RelationType
impl HasField<countProperties> for RelationType
Source§impl HasField<description> for RelationType
impl HasField<description> for RelationType
Source§impl HasField<extensions> for RelationType
impl HasField<extensions> for RelationType
Source§impl HasField<inboundComponents> for RelationType
impl HasField<inboundComponents> for RelationType
Source§impl HasField<inboundTypes> for RelationType
impl HasField<inboundTypes> for RelationType
Source§type Type = Vec<EntityType>
type Type = Vec<EntityType>
The schema marker type of this field.
Source§impl HasField<isValid> for RelationType
impl HasField<isValid> for RelationType
Source§impl HasField<jsonSchema> for RelationType
impl HasField<jsonSchema> for RelationType
Source§impl HasField<jsonSchemaId> for RelationType
impl HasField<jsonSchemaId> for RelationType
Source§impl HasField<name> for RelationType
impl HasField<name> for RelationType
Source§impl HasField<namespace> for RelationType
impl HasField<namespace> for RelationType
Source§impl HasField<outboundComponents> for RelationType
impl HasField<outboundComponents> for RelationType
Source§impl HasField<outboundTypes> for RelationType
impl HasField<outboundTypes> for RelationType
Source§type Type = Vec<EntityType>
type Type = Vec<EntityType>
The schema marker type of this field.
Source§impl HasField<properties> for RelationType
impl HasField<properties> for RelationType
Source§type Type = Vec<PropertyType>
type Type = Vec<PropertyType>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for RelationType
impl RefUnwindSafe for RelationType
impl Send for RelationType
impl Sync for RelationType
impl Unpin for RelationType
impl UnwindSafe for RelationType
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