Skip to main content

IMapSequenceMind

Trait IMapSequenceMind 

Source
pub trait IMapSequenceMind: IProcInst {
    // Provided methods
    fn m_unit(self) -> Unit { ... }
    fn set_m_unit(self, value: Unit) { ... }
    fn m_target(self) -> Unit { ... }
    fn set_m_target(self, value: Unit) { ... }
    fn m_is_move_only(self) -> bool { ... }
    fn set_m_is_move_only(self, value: bool) { ... }
}

Provided Methods§

Source

fn m_unit(self) -> Unit

Source

fn set_m_unit(self, value: Unit)

Source

fn m_target(self) -> Unit

Source

fn set_m_target(self, value: Unit)

Source

fn m_is_move_only(self) -> bool

Source

fn set_m_is_move_only(self, value: bool)

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§