Trait rust_tdlib::types::TDOptionValue [−][src]
pub trait TDOptionValue: Debug + RObject { }
Expand description
Represents the value of an option
pub trait TDOptionValue: Debug + RObject { }
Represents the value of an option
impl<'a, OPTIONVALUE: TDOptionValue> TDOptionValue for &'a OPTIONVALUE
[src]impl<'a, OPTIONVALUE: TDOptionValue> TDOptionValue for &'a mut OPTIONVALUE
[src]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]