[][src]Struct subor_rs::common_type_s_d_k_data_types::SettingItem

pub struct SettingItem {
    pub id: Option<String>,
    pub display: Option<String>,
    pub data_type: Option<String>,
    pub data_value: Option<String>,
    pub data_list: Option<DataListItem>,
    pub platform: Option<EPlatform>,
    pub summary: Option<String>,
    pub description: Option<String>,
    pub u_i_type: Option<EUIType>,
    pub dev_mode_only: Option<bool>,
    pub internal_only: Option<bool>,
    pub read_only: Option<bool>,
    pub is_valid: Option<bool>,
    pub is_active: Option<bool>,
    pub has_new: Option<bool>,
    pub validation: Option<String>,
    pub active_dependencies: Option<Vec<ActiveDependency>>,
    pub action_name: Option<String>,
    pub action_object: Option<String>,
    pub action_on_set_value: Option<String>,
    pub action_on_get_value: Option<String>,
    pub tags: Option<Vec<String>>,
}

@SettingItem_desc

Fields

id: Option<String>

@SettingItem_id_desc

display: Option<String>

@SettingItem_display_desc

data_type: Option<String>

@SettingItem_dataType_desc

data_value: Option<String>

@SettingItem_dataValue_desc

data_list: Option<DataListItem>

@SettingItem_dataList_desc

platform: Option<EPlatform>

@SettingItem_platform_desc

summary: Option<String>

@SettingItem_summary_desc

description: Option<String>

@SettingItem_description_desc

u_i_type: Option<EUIType>

@SettingItem_UIType_desc

dev_mode_only: Option<bool>

@SettingItem_devModeOnly_desc

internal_only: Option<bool>

@SettingItem_internalOnly_desc

read_only: Option<bool>

@SettingItem_readOnly_desc

is_valid: Option<bool>

@SettingItem_isValid_desc

is_active: Option<bool>

@SettingItem_isActive_desc

has_new: Option<bool>

@SettingItem_hasNew_desc

validation: Option<String>

@SettingItem_validation_desc

active_dependencies: Option<Vec<ActiveDependency>>

@SettingItem_activeDependencies_desc

action_name: Option<String>

@SettingItem_ActionName_desc

action_object: Option<String>

@SettingItem_ActionObject_desc

action_on_set_value: Option<String>

@SettingItem_ActionOnSetValue_desc

action_on_get_value: Option<String>

@SettingItem_ActionOnGetValue_desc

tags: Option<Vec<String>>

@SettingItem_Tags_desc

Methods

impl SettingItem[src]

pub fn new<F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14, F15, F16, F17, F18, F19, F20, F21, F22>(
    id: F1,
    display: F2,
    data_type: F3,
    data_value: F4,
    data_list: F5,
    platform: F6,
    summary: F7,
    description: F8,
    u_i_type: F9,
    dev_mode_only: F10,
    internal_only: F11,
    read_only: F12,
    is_valid: F13,
    is_active: F14,
    has_new: F15,
    validation: F16,
    active_dependencies: F17,
    action_name: F18,
    action_object: F19,
    action_on_set_value: F20,
    action_on_get_value: F21,
    tags: F22
) -> SettingItem where
    F1: Into<Option<String>>,
    F2: Into<Option<String>>,
    F3: Into<Option<String>>,
    F4: Into<Option<String>>,
    F5: Into<Option<DataListItem>>,
    F6: Into<Option<EPlatform>>,
    F7: Into<Option<String>>,
    F8: Into<Option<String>>,
    F9: Into<Option<EUIType>>,
    F10: Into<Option<bool>>,
    F11: Into<Option<bool>>,
    F12: Into<Option<bool>>,
    F13: Into<Option<bool>>,
    F14: Into<Option<bool>>,
    F15: Into<Option<bool>>,
    F16: Into<Option<String>>,
    F17: Into<Option<Vec<ActiveDependency>>>,
    F18: Into<Option<String>>,
    F19: Into<Option<String>>,
    F20: Into<Option<String>>,
    F21: Into<Option<String>>,
    F22: Into<Option<Vec<String>>>, 
[src]

pub fn read_from_in_protocol(
    i_prot: &mut dyn TInputProtocol
) -> Result<SettingItem>
[src]

pub fn write_to_out_protocol(
    &self,
    o_prot: &mut dyn TOutputProtocol
) -> Result<()>
[src]

Trait Implementations

impl PartialEq<SettingItem> for SettingItem[src]

impl Clone for SettingItem[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialOrd<SettingItem> for SettingItem[src]

impl Eq for SettingItem[src]

impl Ord for SettingItem[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Default for SettingItem[src]

impl Debug for SettingItem[src]

impl Hash for SettingItem[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for SettingItem

impl Sync for SettingItem

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Err = <U as TryFrom<T>>::Err