Skip to main content

IMapHistory_Replay_SaveAsyncThreadMethods

Trait IMapHistory_Replay_SaveAsyncThreadMethods 

Source
pub trait IMapHistory_Replay_SaveAsyncThreadMethods: IMapHistory_Replay_SaveAsyncThread {
    // Provided methods
    fn ctor(self) { ... }
    fn start(self, method: impl Into<MapHistory_Replay_SaveAsync_SaveMethod>) { ... }
    fn is_running(self) -> bool { ... }
    fn destroy(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn start(self, method: impl Into<MapHistory_Replay_SaveAsync_SaveMethod>)

Start(crate::app::maphistory::MapHistory_Replay_SaveAsync_SaveMethod) overload

Source

fn is_running(self) -> bool

IsRunning() overload

Source

fn destroy(self)

Destroy() 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: IMapHistory_Replay_SaveAsyncThread> IMapHistory_Replay_SaveAsyncThreadMethods for __T

Available on crate feature app-maphistory only.