pub struct RealtimeServerEventConversationCreatedConversationObject;
Expand description
The object type, must be realtime.conversation
.
Trait Implementations§
Source§impl Clone for RealtimeServerEventConversationCreatedConversationObject
impl Clone for RealtimeServerEventConversationCreatedConversationObject
Source§fn clone(&self) -> RealtimeServerEventConversationCreatedConversationObject
fn clone(&self) -> RealtimeServerEventConversationCreatedConversationObject
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 RealtimeServerEventConversationCreatedConversationObject
impl Default for RealtimeServerEventConversationCreatedConversationObject
Source§fn default() -> RealtimeServerEventConversationCreatedConversationObject
fn default() -> RealtimeServerEventConversationCreatedConversationObject
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RealtimeServerEventConversationCreatedConversationObject
impl<'de> Deserialize<'de> for RealtimeServerEventConversationCreatedConversationObject
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 RealtimeServerEventConversationCreatedConversationObject
impl PartialEq for RealtimeServerEventConversationCreatedConversationObject
Source§fn eq(
&self,
other: &RealtimeServerEventConversationCreatedConversationObject,
) -> bool
fn eq( &self, other: &RealtimeServerEventConversationCreatedConversationObject, ) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for RealtimeServerEventConversationCreatedConversationObject
impl StructuralPartialEq for RealtimeServerEventConversationCreatedConversationObject
Auto Trait Implementations§
impl Freeze for RealtimeServerEventConversationCreatedConversationObject
impl RefUnwindSafe for RealtimeServerEventConversationCreatedConversationObject
impl Send for RealtimeServerEventConversationCreatedConversationObject
impl Sync for RealtimeServerEventConversationCreatedConversationObject
impl Unpin for RealtimeServerEventConversationCreatedConversationObject
impl UnwindSafe for RealtimeServerEventConversationCreatedConversationObject
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