pub trait IRingGachaSequence_Result10ProcMethods: IRingGachaSequence_Result10Proc {
// Provided methods
fn ctor(
self,
ring_data_list: impl Into<List_1<UnitRing>>,
new_list: impl Into<List_1<bool>>,
) { ... }
fn on_create(self) { ... }
fn is_opening(self) -> bool { ... }
fn is_key_inputted(self) -> bool { ... }
fn is_closing(self) -> bool { ... }
fn on_dispose(self) { ... }
}Provided Methods§
Sourcefn ctor(
self,
ring_data_list: impl Into<List_1<UnitRing>>,
new_list: impl Into<List_1<bool>>,
)
fn ctor( self, ring_data_list: impl Into<List_1<UnitRing>>, new_list: impl Into<List_1<bool>>, )
.ctor(crate::system::collections::generic::list_1::List_1<crate::app::unitring::UnitRing>, crate::system::collections::generic::list_1::List_1<bool>) overload
Sourcefn is_opening(self) -> bool
fn is_opening(self) -> bool
IsOpening() overload
Sourcefn is_key_inputted(self) -> bool
fn is_key_inputted(self) -> bool
IsKeyInputted() overload
Sourcefn is_closing(self) -> bool
fn is_closing(self) -> bool
IsClosing() overload
Sourcefn on_dispose(self)
fn on_dispose(self)
OnDispose() 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: IRingGachaSequence_Result10Proc> IRingGachaSequence_Result10ProcMethods for __T
Available on crate feature
app-ringgachasequence only.