Struct soroban_env_guest::xdr::ConfigSettingEntry
pub struct ConfigSettingEntry {
pub ext: ConfigSettingEntryExt,
pub config_setting_id: ConfigSettingId,
pub setting: ConfigSetting,
}
Fields§
§ext: ConfigSettingEntryExt
§config_setting_id: ConfigSettingId
§setting: ConfigSetting
Trait Implementations§
§impl Clone for ConfigSettingEntry
impl Clone for ConfigSettingEntry
§fn clone(&self) -> ConfigSettingEntry
fn clone(&self) -> ConfigSettingEntry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for ConfigSettingEntry
impl Debug for ConfigSettingEntry
§impl Hash for ConfigSettingEntry
impl Hash for ConfigSettingEntry
§impl Ord for ConfigSettingEntry
impl Ord for ConfigSettingEntry
§fn cmp(&self, other: &ConfigSettingEntry) -> Ordering
fn cmp(&self, other: &ConfigSettingEntry) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq<ConfigSettingEntry> for ConfigSettingEntry
impl PartialEq<ConfigSettingEntry> for ConfigSettingEntry
§fn eq(&self, other: &ConfigSettingEntry) -> bool
fn eq(&self, other: &ConfigSettingEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialOrd<ConfigSettingEntry> for ConfigSettingEntry
impl PartialOrd<ConfigSettingEntry> for ConfigSettingEntry
§fn partial_cmp(&self, other: &ConfigSettingEntry) -> Option<Ordering>
fn partial_cmp(&self, other: &ConfigSettingEntry) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more