pub trait INexVersus_ChangeMetaDataTypeSequenceMethods: INexVersus_ChangeMetaDataTypeSequence {
// Provided methods
fn ctor(
self,
target_principal_id: impl Into<u64>,
target_slot_id: impl Into<u16>,
data_type: impl Into<u16>,
) { ... }
fn ctor_2(self, data_id: impl Into<u64>, data_type: impl Into<u16>) { ... }
fn postlogin(self) { ... }
fn change_meta(self) { ... }
}Provided Methods§
Sourcefn ctor(
self,
target_principal_id: impl Into<u64>,
target_slot_id: impl Into<u16>,
data_type: impl Into<u16>,
)
fn ctor( self, target_principal_id: impl Into<u64>, target_slot_id: impl Into<u16>, data_type: impl Into<u16>, )
.ctor(u64, u16, u16) overload
Sourcefn change_meta(self)
fn change_meta(self)
ChangeMeta() 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_ChangeMetaDataTypeSequence> INexVersus_ChangeMetaDataTypeSequenceMethods for __T
Available on crate feature
app-nexversus only.