Skip to main content

INetEnableSequence

Trait INetEnableSequence 

Source
pub trait INetEnableSequence: IProcInst {
    // Provided methods
    fn m_without_confirm(self) -> bool { ... }
    fn set_m_without_confirm(self, value: bool) { ... }
    fn m_can_write_config(self) -> bool { ... }
    fn set_m_can_write_config(self, value: bool) { ... }
    fn m_is_net_login_once(self) -> bool { ... }
    fn set_m_is_net_login_once(self, value: bool) { ... }
    fn m_is_reflect_net_result(self) -> bool { ... }
    fn set_m_is_reflect_net_result(self, value: bool) { ... }
    fn m_result_func(self) -> NetEnableSequence_ResultFunction { ... }
    fn set_m_result_func(self, value: NetEnableSequence_ResultFunction) { ... }
    fn m_is_login_succeeded(self) -> bool { ... }
    fn set_m_is_login_succeeded(self, value: bool) { ... }
}

Provided Methods§

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§