pub trait IRingGachaSequence_Result1ProcMethods: IRingGachaSequence_Result1Proc {
// Provided methods
fn ctor(self, ring_data: impl Into<UnitRing>, new_ring: impl Into<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: impl Into<UnitRing>, new_ring: impl Into<bool>)
fn ctor(self, ring_data: impl Into<UnitRing>, new_ring: impl Into<bool>)
.ctor(crate::app::unitring::UnitRing, 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_Result1Proc> IRingGachaSequence_Result1ProcMethods for __T
Available on crate feature
app-ringgachasequence only.