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§
Sourcefn get_data_id(self) -> u64
fn get_data_id(self) -> u64
get_DataId() overload
Sourcefn set_data_id(self, value: impl Into<u64>)
fn set_data_id(self, value: impl Into<u64>)
set_DataId(u64) overload
Sourcefn get_is_end(self) -> bool
fn get_is_end(self) -> bool
get_IsEnd() overload
Sourcefn set_is_end(self, value: impl Into<bool>)
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§
impl<__T: INexRelay_SearchSequence_DataTypeInfo> INexRelay_SearchSequence_DataTypeInfoMethods for __T
Available on crate feature
app-nexrelay only.