Enum dces::error::NotFound[][src]

pub enum NotFound {
    Entity(Entity),
    Component(TypeId),
    EntitySystem(u32),
}

Not found error.

Variants

Entity could not be found

Component could not be found

EntitySystem could not be found

Trait Implementations

impl Debug for NotFound
[src]

Formats the value using the given formatter. Read more

impl PartialEq for NotFound
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for NotFound
[src]

Auto Trait Implementations

impl Send for NotFound

impl Sync for NotFound