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§
Sourcefn get_m_decide_event_handler(
self,
) -> InvestmentNationDataSequence_DecideEventHandler
fn get_m_decide_event_handler( self, ) -> InvestmentNationDataSequence_DecideEventHandler
get_m_DecideEventHandler() overload
Sourcefn set_m_decide_event_handler(
self,
value: impl Into<InvestmentNationDataSequence_DecideEventHandler>,
)
fn set_m_decide_event_handler( self, value: impl Into<InvestmentNationDataSequence_DecideEventHandler>, )
set_m_DecideEventHandler(crate::app::investmentnationdatasequence::InvestmentNationDataSequence_DecideEventHandler) overload
Sourcefn ctor(
self,
event_handler: impl Into<InvestmentNationDataSequence_DecideEventHandler>,
)
fn ctor( self, event_handler: impl Into<InvestmentNationDataSequence_DecideEventHandler>, )
.ctor(crate::app::investmentnationdatasequence::InvestmentNationDataSequence_DecideEventHandler) overload
Sourcefn create_desc(self) -> Array<ProcDesc>
fn create_desc(self) -> Array<ProcDesc>
CreateDesc() overload
Sourcefn close_event(self)
fn close_event(self)
CloseEvent() 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§
impl<__T: IInvestmentNationDataSequence> IInvestmentNationDataSequenceMethods for __T
Available on crate feature
app-investmentnationdatasequence only.