Struct zoom_api::types::ImChatMessagesResponseData [−][src]
pub struct ImChatMessagesResponseData {
pub action: String,
pub action_time: Option<DateTime<Utc>>,
pub date_time: Option<DateTime<Utc>>,
pub message: String,
pub sender: String,
}Fields
action: StringUser’s first name.
action_time: Option<DateTime<Utc>>Account subscription start date and time.
date_time: Option<DateTime<Utc>>Account subscription start date and time.
message: StringUser’s first name.
sender: StringUser’s first name.
Trait Implementations
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 ImChatMessagesResponseData
impl Send for ImChatMessagesResponseData
impl Sync for ImChatMessagesResponseData
impl Unpin for ImChatMessagesResponseData
impl UnwindSafe for ImChatMessagesResponseData
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more