pub struct MessageSchedulingStateSendWhenVideoProcessed {
pub send_date: i32,
}Expand description
The message will be sent when the video in the message is converted and optimized; can be used only by the server
Fields§
§send_date: i32Approximate point in time (Unix timestamp) when the message is expected to be sent
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MessageSchedulingStateSendWhenVideoProcessed
impl<'de> Deserialize<'de> for MessageSchedulingStateSendWhenVideoProcessed
Source§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
impl StructuralPartialEq for MessageSchedulingStateSendWhenVideoProcessed
Auto Trait Implementations§
impl Freeze for MessageSchedulingStateSendWhenVideoProcessed
impl RefUnwindSafe for MessageSchedulingStateSendWhenVideoProcessed
impl Send for MessageSchedulingStateSendWhenVideoProcessed
impl Sync for MessageSchedulingStateSendWhenVideoProcessed
impl Unpin for MessageSchedulingStateSendWhenVideoProcessed
impl UnsafeUnpin for MessageSchedulingStateSendWhenVideoProcessed
impl UnwindSafe for MessageSchedulingStateSendWhenVideoProcessed
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more