[][src]Trait rtdlib::types::TDOptionValue

pub trait TDOptionValue: Debug + RObject { }

TRAIT | Represents the value of an option

Implementations on Foreign Types

impl<'a, OPTIONVALUE: TDOptionValue> TDOptionValue for &'a OPTIONVALUE[src]

impl<'a, OPTIONVALUE: TDOptionValue> TDOptionValue for &'a mut OPTIONVALUE[src]

Loading content...

Implementors

impl TDOptionValue for GetOption[src]

impl TDOptionValue for OptionValueBoolean[src]

impl TDOptionValue for OptionValueEmpty[src]

impl TDOptionValue for OptionValueInteger[src]

impl TDOptionValue for OptionValueString[src]

Loading content...