Struct hecs::NoSuchEntity [−][src]
pub struct NoSuchEntity;
Expand description
Error indicating that no entity with a particular ID exists
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for NoSuchEntityimpl Send for NoSuchEntityimpl Sync for NoSuchEntityimpl Unpin for NoSuchEntityimpl UnwindSafe for NoSuchEntityBlanket Implementations
Mutably borrows from an owned value. Read more