Skip to main content

IInvestmentNationDataSequenceMethods

Trait IInvestmentNationDataSequenceMethods 

Source
pub trait IInvestmentNationDataSequenceMethods: IInvestmentNationDataSequence {
    // Provided methods
    fn get_m_decide_event_handler(
        self,
    ) -> InvestmentNationDataSequence_DecideEventHandler { ... }
    fn set_m_decide_event_handler(
        self,
        value: impl Into<InvestmentNationDataSequence_DecideEventHandler>,
    ) { ... }
    fn ctor(
        self,
        event_handler: impl Into<InvestmentNationDataSequence_DecideEventHandler>,
    ) { ... }
    fn create_desc(self) -> Array<ProcDesc> { ... }
    fn load_res(self) { ... }
    fn open(self) { ... }
    fn close_event(self) { ... }
    fn is_closed(self) -> bool { ... }
    fn close(self) { ... }
}

Provided Methods§

Source

fn get_m_decide_event_handler( self, ) -> InvestmentNationDataSequence_DecideEventHandler

get_m_DecideEventHandler() overload

Source

fn set_m_decide_event_handler( self, value: impl Into<InvestmentNationDataSequence_DecideEventHandler>, )

set_m_DecideEventHandler(crate::app::investmentnationdatasequence::InvestmentNationDataSequence_DecideEventHandler) overload

Source

fn ctor( self, event_handler: impl Into<InvestmentNationDataSequence_DecideEventHandler>, )

.ctor(crate::app::investmentnationdatasequence::InvestmentNationDataSequence_DecideEventHandler) overload

Source

fn create_desc(self) -> Array<ProcDesc>

CreateDesc() overload

Source

fn load_res(self)

LoadRes() overload

Source

fn open(self)

Open() overload

Source

fn close_event(self)

CloseEvent() overload

Source

fn is_closed(self) -> bool

IsClosed() overload

Source

fn close(self)

Close() 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: IInvestmentNationDataSequence> IInvestmentNationDataSequenceMethods for __T

Available on crate feature app-investmentnationdatasequence only.