Trait rust_tdlib::types::TDInlineQueryResult [−][src]
pub trait TDInlineQueryResult: Debug + RObject { }
Expand description
Represents a single result of an inline query
Implementations on Foreign Types
impl<'a, INLINEQUERYRESULT: TDInlineQueryResult> TDInlineQueryResult for &'a mut INLINEQUERYRESULT
[src]