Enum rust_tdlib::types::MessageSendingState [−][src]
pub enum MessageSendingState {
Failed(MessageSendingStateFailed),
Pending(MessageSendingStatePending),
// some variants omitted
}Expand description
Contains information about the sending state of the message
Variants
Failed(MessageSendingStateFailed)The message failed to be sent
Pending(MessageSendingStatePending)The message is being sent now, but has not yet been delivered to the server
Implementations
Trait Implementations
Performs the conversion.
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 MessageSendingStateimpl Send for MessageSendingStateimpl Sync for MessageSendingStateimpl Unpin for MessageSendingStateimpl UnwindSafe for MessageSendingStateBlanket Implementations
Mutably borrows from an owned value. Read more