Trait rust_tdlib::types::TDOptionValue[][src]

pub trait TDOptionValue: Debug + RObject { }
Expand description

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]

Implementors