Struct oxygengine_core::ecs::error::WrongGeneration [−][src]
pub struct WrongGeneration { pub action: &'static str, pub actual_gen: Generation, pub entity: Entity, }
Wrong generation error.
Fields
action: &'static str
The action that failed because of the wrong generation.
actual_gen: Generation
The actual generation of this id.
entity: Entity
The entity that has been passed, containing the id and the invalid generation.
Trait Implementations
impl Debug for WrongGeneration
[src]
impl Debug for WrongGeneration
[src]impl Display for WrongGeneration
[src]
impl Display for WrongGeneration
[src]impl Eq for WrongGeneration
[src]
impl Eq for WrongGeneration
[src]impl Error for WrongGeneration
[src]
impl Error for WrongGeneration
[src]impl From<WrongGeneration> for Error
[src]
impl From<WrongGeneration> for Error
[src]pub fn from(e: WrongGeneration) -> Error
[src]
impl PartialEq<WrongGeneration> for WrongGeneration
[src]
impl PartialEq<WrongGeneration> for WrongGeneration
[src]pub fn eq(&self, other: &WrongGeneration) -> bool
[src]
pub fn ne(&self, other: &WrongGeneration) -> bool
[src]
impl StructuralEq for WrongGeneration
[src]
impl StructuralEq for WrongGeneration
[src]impl StructuralPartialEq for WrongGeneration
[src]
impl StructuralPartialEq for WrongGeneration
[src]Auto Trait Implementations
impl RefUnwindSafe for WrongGeneration
impl RefUnwindSafe for WrongGeneration
impl Send for WrongGeneration
impl Send for WrongGeneration
impl Sync for WrongGeneration
impl Sync for WrongGeneration
impl Unpin for WrongGeneration
impl Unpin for WrongGeneration
impl UnwindSafe for WrongGeneration
impl UnwindSafe for WrongGeneration