Trait rust_tdlib::types::TDPollType [−][src]
pub trait TDPollType: Debug + RObject { }
Expand description
Describes the type of a poll
pub trait TDPollType: Debug + RObject { }
Describes the type of a poll
impl<'a, POLLTYPE: TDPollType> TDPollType for &'a POLLTYPE
[src]impl<'a, POLLTYPE: TDPollType> TDPollType for &'a mut POLLTYPE
[src]impl TDPollType for PollTypeQuiz
[src]impl TDPollType for PollTypeRegular
[src]