Skip to main content

INexVersus_ChangeMetaDataTypeSequenceMethods

Trait INexVersus_ChangeMetaDataTypeSequenceMethods 

Source
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§

Source

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

Source

fn ctor_2(self, data_id: impl Into<u64>, data_type: impl Into<u16>)

.ctor(u64, u16) overload

Source

fn postlogin(self)

Postlogin() overload

Source

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§

Source§

impl<__T: INexVersus_ChangeMetaDataTypeSequence> INexVersus_ChangeMetaDataTypeSequenceMethods for __T

Available on crate feature app-nexversus only.