Struct rust_tdlib::types::StopPoll [−][src]
pub struct StopPoll { /* fields omitted */ }Expand description
Stops a poll. A poll in a message can be stopped when the message has can_be_edited flag set
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for StopPollimpl UnwindSafe for StopPollBlanket Implementations
Mutably borrows from an owned value. Read more