Skip to main content

INexRelay_SearchSequence_DataTypeInfoMethods

Trait INexRelay_SearchSequence_DataTypeInfoMethods 

Source
pub trait INexRelay_SearchSequence_DataTypeInfoMethods: INexRelay_SearchSequence_DataTypeInfo {
    // Provided methods
    fn ctor(self, data_id: impl Into<u64>, is_end: impl Into<bool>) { ... }
    fn get_data_id(self) -> u64 { ... }
    fn set_data_id(self, value: impl Into<u64>) { ... }
    fn get_is_end(self) -> bool { ... }
    fn set_is_end(self, value: impl Into<bool>) { ... }
}

Provided Methods§

Source

fn ctor(self, data_id: impl Into<u64>, is_end: impl Into<bool>)

.ctor(u64, bool) overload

Source

fn get_data_id(self) -> u64

get_DataId() overload

Source

fn set_data_id(self, value: impl Into<u64>)

set_DataId(u64) overload

Source

fn get_is_end(self) -> bool

get_IsEnd() overload

Source

fn set_is_end(self, value: impl Into<bool>)

set_IsEnd(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§

Source§

impl<__T: INexRelay_SearchSequence_DataTypeInfo> INexRelay_SearchSequence_DataTypeInfoMethods for __T

Available on crate feature app-nexrelay only.