pub trait IProfileCardDeleteOverLimitSequenceMethods: IProfileCardDeleteOverLimitSequence {
// Provided methods
fn ctor(self, list: impl Into<ProfileList>) { ... }
fn load_resources(self) { ... }
fn is_loading(self) -> bool { ... }
fn release_resources(self) { ... }
fn set_fade(self) { ... }
fn restore_fade(self) { ... }
fn message_at_first(self) { ... }
fn create(self) { ... }
fn open_list(self) { ... }
fn end(self) { ... }
}Provided Methods§
Sourcefn ctor(self, list: impl Into<ProfileList>)
fn ctor(self, list: impl Into<ProfileList>)
.ctor(crate::app::profilelist::ProfileList) overload
Sourcefn load_resources(self)
fn load_resources(self)
LoadResources() overload
Sourcefn is_loading(self) -> bool
fn is_loading(self) -> bool
IsLoading() overload
Sourcefn release_resources(self)
fn release_resources(self)
ReleaseResources() overload
Sourcefn restore_fade(self)
fn restore_fade(self)
RestoreFade() overload
Sourcefn message_at_first(self)
fn message_at_first(self)
MessageAtFirst() 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: IProfileCardDeleteOverLimitSequence> IProfileCardDeleteOverLimitSequenceMethods for __T
Available on crate feature
app-profilecarddeleteoverlimitsequence only.