pub struct entities;Trait Implementations§
Source§impl HasArgument<behaviours> for entities
impl HasArgument<behaviours> for entities
Source§type ArgumentType = Option<Vec<BehaviourTypeId>>
type ArgumentType = Option<Vec<BehaviourTypeId>>
The schema marker type of this argument.
Source§impl HasArgument<components> for entities
impl HasArgument<components> for entities
Source§type ArgumentType = Option<Vec<ComponentTypeId>>
type ArgumentType = Option<Vec<ComponentTypeId>>
The schema marker type of this argument.
Source§impl HasArgument<id> for entities
impl HasArgument<id> for entities
Source§impl HasArgument<label> for entities
impl HasArgument<label> for entities
Source§impl HasArgument<properties> for entities
impl HasArgument<properties> for entities
Source§type ArgumentType = Option<Vec<PropertyInstanceDefinition>>
type ArgumentType = Option<Vec<PropertyInstanceDefinition>>
The schema marker type of this argument.
Source§impl HasArgument<type> for entities
impl HasArgument<type> for entities
Source§type ArgumentType = Option<EntityTypeId>
type ArgumentType = Option<EntityTypeId>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for entities
impl RefUnwindSafe for entities
impl Send for entities
impl Sync for entities
impl Unpin for entities
impl UnwindSafe for entities
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
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§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