pub struct countEntityInstances;
Trait Implementations§
Source§impl Field for countEntityInstances
impl Field for countEntityInstances
Source§impl HasArgument<behaviour> for countEntityInstances
impl HasArgument<behaviour> for countEntityInstances
Source§type ArgumentType = Option<BehaviourTypeId>
type ArgumentType = Option<BehaviourTypeId>
The schema marker type of this argument.
Source§impl HasArgument<component> for countEntityInstances
impl HasArgument<component> for countEntityInstances
Source§type ArgumentType = Option<ComponentTypeId>
type ArgumentType = Option<ComponentTypeId>
The schema marker type of this argument.
Source§impl HasArgument<type> for countEntityInstances
impl HasArgument<type> for countEntityInstances
Source§type ArgumentType = Option<EntityTypeId>
type ArgumentType = Option<EntityTypeId>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for countEntityInstances
impl RefUnwindSafe for countEntityInstances
impl Send for countEntityInstances
impl Sync for countEntityInstances
impl Unpin for countEntityInstances
impl UnwindSafe for countEntityInstances
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