Struct oxygengine_core::ecs::MissingComponent [−][src]
pub struct MissingComponent(_);
Expand description
Error indicating that an entity did not have a required component
Implementations
Construct an error representing a missing T
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for MissingComponent
impl Send for MissingComponent
impl Sync for MissingComponent
impl Unpin for MissingComponent
impl UnwindSafe for MissingComponent
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.