Skip to main content

IJobIntroStatusMethods

Trait IJobIntroStatusMethods 

Source
pub trait IJobIntroStatusMethods: IJobIntroStatus {
    // Provided methods
    fn create_async_2(self) { ... }
    fn is_creating(self) -> bool { ... }
    fn tick(self) { ... }
    fn start_job_intro_impl(self, unit: impl Into<Unit>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn create_async_2(self)

CreateAsync() overload

Source

fn is_creating(self) -> bool

IsCreating() overload

Source

fn tick(self)

Tick() overload

Source

fn start_job_intro_impl(self, unit: impl Into<Unit>)

StartJobIntroImpl(crate::app::unit::Unit) 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: IJobIntroStatus> IJobIntroStatusMethods for __T

Available on crate feature app-jobintrostatus only.