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 Clone for MessageSchedulingStateSendWhenVideoProcessed
impl Clone for MessageSchedulingStateSendWhenVideoProcessed
Source§fn clone(&self) -> MessageSchedulingStateSendWhenVideoProcessed
fn clone(&self) -> MessageSchedulingStateSendWhenVideoProcessed
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for MessageSchedulingStateSendWhenVideoProcessed
impl Default for MessageSchedulingStateSendWhenVideoProcessed
Source§fn default() -> MessageSchedulingStateSendWhenVideoProcessed
fn default() -> MessageSchedulingStateSendWhenVideoProcessed
Returns the “default value” for a type. Read more
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
Source§impl PartialEq for MessageSchedulingStateSendWhenVideoProcessed
impl PartialEq for MessageSchedulingStateSendWhenVideoProcessed
Source§fn eq(&self, other: &MessageSchedulingStateSendWhenVideoProcessed) -> bool
fn eq(&self, other: &MessageSchedulingStateSendWhenVideoProcessed) -> bool
Tests for
self and other values to be equal, and is used by ==.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