Enum rust_tdlib::types::MessageSchedulingState [−][src]
pub enum MessageSchedulingState {
SendAtDate(MessageSchedulingStateSendAtDate),
SendWhenOnline(MessageSchedulingStateSendWhenOnline),
// some variants omitted
}Expand description
Contains information about the time when a scheduled message will be sent
Variants
SendAtDate(MessageSchedulingStateSendAtDate)The message will be sent at the specified date
SendWhenOnline(MessageSchedulingStateSendWhenOnline)The message will be sent when the peer will be online. Applicable to private chats only and when the exact online status of the peer is known
Implementations
Trait Implementations
Performs the conversion.
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for MessageSchedulingStateimpl Send for MessageSchedulingStateimpl Sync for MessageSchedulingStateimpl Unpin for MessageSchedulingStateimpl UnwindSafe for MessageSchedulingStateBlanket Implementations
Mutably borrows from an owned value. Read more