pub trait INexVersus_GetReplayMetaDataFromPersistenceSlotSequenceMethods: INexVersus_GetReplayMetaDataFromPersistenceSlotSequence {
// Provided methods
fn is_all_slot(self) -> bool { ... }
fn ctor(
self,
principal_id: impl Into<u64>,
slot_id: impl Into<u16>,
result: impl Into<NexVersus_ReplaySlotMetaResultData>,
) { ... }
fn postlogin(self) { ... }
fn get_persistence_meta_data(self) { ... }
fn get_all_slot(self) { ... }
fn get_single_slot(self) { ... }
fn create_desc(self, is_show_dialog: impl Into<bool>) -> Array<ProcDesc> { ... }
}Provided Methods§
Sourcefn is_all_slot(self) -> bool
fn is_all_slot(self) -> bool
IsAllSlot() overload
Sourcefn ctor(
self,
principal_id: impl Into<u64>,
slot_id: impl Into<u16>,
result: impl Into<NexVersus_ReplaySlotMetaResultData>,
)
fn ctor( self, principal_id: impl Into<u64>, slot_id: impl Into<u16>, result: impl Into<NexVersus_ReplaySlotMetaResultData>, )
.ctor(u64, u16, crate::app::nexversus::NexVersus_ReplaySlotMetaResultData) overload
Sourcefn get_persistence_meta_data(self)
fn get_persistence_meta_data(self)
GetPersistenceMetaData() overload
Sourcefn get_all_slot(self)
fn get_all_slot(self)
GetAllSlot() overload
Sourcefn get_single_slot(self)
fn get_single_slot(self)
GetSingleSlot() overload
Sourcefn create_desc(self, is_show_dialog: impl Into<bool>) -> Array<ProcDesc>
fn create_desc(self, is_show_dialog: impl Into<bool>) -> Array<ProcDesc>
CreateDesc(bool) 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: INexVersus_GetReplayMetaDataFromPersistenceSlotSequence> INexVersus_GetReplayMetaDataFromPersistenceSlotSequenceMethods for __T
Available on crate feature
app-nexversus only.