pub trait IRingCleaningSequence_RButtonHoldSequenceMethods: IRingCleaningSequence_RButtonHoldSequence {
// Provided methods
fn ctor(
self,
cloth: impl Into<RingCleaningCloth>,
callback: impl Into<Action>,
) { ... }
fn start(self) { ... }
fn tick(self) { ... }
fn play_rub_effect(self) { ... }
fn end(self) { ... }
}Provided Methods§
Sourcefn ctor(self, cloth: impl Into<RingCleaningCloth>, callback: impl Into<Action>)
fn ctor(self, cloth: impl Into<RingCleaningCloth>, callback: impl Into<Action>)
.ctor(crate::app::ringcleaningcloth::RingCleaningCloth, crate::system::action::Action) overload
Sourcefn play_rub_effect(self)
fn play_rub_effect(self)
PlayRubEffect() 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: IRingCleaningSequence_RButtonHoldSequence> IRingCleaningSequence_RButtonHoldSequenceMethods for __T
Available on crate feature
app-ringcleaningsequence only.