pub struct RealtimeServerEventConversationCreated_Conversation {
pub id: Option<String>,
pub object: Option<String>,
}
Expand description
The conversation resource.
Fields§
§id: Option<String>
The unique ID of the conversation.
object: Option<String>
The object type, must be realtime.conversation
.
Trait Implementations§
Source§impl Clone for RealtimeServerEventConversationCreated_Conversation
impl Clone for RealtimeServerEventConversationCreated_Conversation
Source§fn clone(&self) -> RealtimeServerEventConversationCreated_Conversation
fn clone(&self) -> RealtimeServerEventConversationCreated_Conversation
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 RealtimeServerEventConversationCreated_Conversation
impl Default for RealtimeServerEventConversationCreated_Conversation
Source§fn default() -> RealtimeServerEventConversationCreated_Conversation
fn default() -> RealtimeServerEventConversationCreated_Conversation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RealtimeServerEventConversationCreated_Conversation
impl RefUnwindSafe for RealtimeServerEventConversationCreated_Conversation
impl Send for RealtimeServerEventConversationCreated_Conversation
impl Sync for RealtimeServerEventConversationCreated_Conversation
impl Unpin for RealtimeServerEventConversationCreated_Conversation
impl UnwindSafe for RealtimeServerEventConversationCreated_Conversation
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