Skip to main content

IUnitStatusMethods

Trait IUnitStatusMethods 

Source
pub trait IUnitStatusMethods: IUnitStatus {
    // Provided methods
    fn create_async_2(self) { ... }
    fn is_creating(self) -> bool { ... }
    fn prepare(self) { ... }
    fn tick(self) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn create_async_2(self)

CreateAsync() overload

Source

fn is_creating(self) -> bool

IsCreating() overload

Source

fn prepare(self)

Prepare() overload

Source

fn tick(self)

Tick() overload

Source

fn ctor(self)

.ctor() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IUnitStatus> IUnitStatusMethods for __T

Available on crate feature app-unitstatus only.