pub trait INexVersus_DownloadMetaSequence_1Methods<T0: ClassIdentity>: ClassIdentity {
// Provided methods
fn ctor(
self,
data_id: u64,
data_type: NexVersus_DownloadMetaSequence_1_DataType<T0>,
)
where Self: Sized { ... }
fn postlogin(self)
where Self: Sized { ... }
fn get_data(self)
where Self: Sized { ... }
fn is_valid_data_type(self, data_type: u16) -> bool
where Self: Sized { ... }
fn create_bind(
super_: ProcInst,
data_id: u64,
data_type: NexVersus_DownloadMetaSequence_1_DataType<T0>,
) { ... }
}Provided Methods§
fn ctor(
self,
data_id: u64,
data_type: NexVersus_DownloadMetaSequence_1_DataType<T0>,
)where
Self: Sized,
fn postlogin(self)where
Self: Sized,
fn get_data(self)where
Self: Sized,
fn is_valid_data_type(self, data_type: u16) -> boolwhere
Self: Sized,
fn create_bind( super_: ProcInst, data_id: u64, data_type: NexVersus_DownloadMetaSequence_1_DataType<T0>, )
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.