pub trait IRelayProfileSequence_DownloadSequenceMethods: IRelayProfileSequence_DownloadSequence {
// Provided methods
fn ctor(
self,
principal_id: impl Into<u64>,
player_ids: impl Into<List_1<u64>>,
) { ... }
fn download(self) { ... }
fn postdownload(self) { ... }
fn next_player(self) { ... }
fn sanitize(self) { ... }
fn confirm_save(self) { ... }
fn save(self) { ... }
}Provided Methods§
Sourcefn ctor(self, principal_id: impl Into<u64>, player_ids: impl Into<List_1<u64>>)
fn ctor(self, principal_id: impl Into<u64>, player_ids: impl Into<List_1<u64>>)
.ctor(u64, crate::system::collections::generic::list_1::List_1<u64>) overload
Sourcefn postdownload(self)
fn postdownload(self)
Postdownload() overload
Sourcefn next_player(self)
fn next_player(self)
NextPlayer() overload
Sourcefn confirm_save(self)
fn confirm_save(self)
ConfirmSave() 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: IRelayProfileSequence_DownloadSequence> IRelayProfileSequence_DownloadSequenceMethods for __T
Available on crate feature
app-relayprofilesequence only.