pub struct CreateConversationParams {
pub location_id: String,
pub contact_id: String,
}Fields§
§location_id: String§contact_id: StringTrait Implementations§
Source§impl Clone for CreateConversationParams
impl Clone for CreateConversationParams
Source§fn clone(&self) -> CreateConversationParams
fn clone(&self) -> CreateConversationParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CreateConversationParams
impl Debug for CreateConversationParams
Source§impl Default for CreateConversationParams
impl Default for CreateConversationParams
Source§fn default() -> CreateConversationParams
fn default() -> CreateConversationParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateConversationParams
impl<'de> Deserialize<'de> for CreateConversationParams
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
Auto Trait Implementations§
impl Freeze for CreateConversationParams
impl RefUnwindSafe for CreateConversationParams
impl Send for CreateConversationParams
impl Sync for CreateConversationParams
impl Unpin for CreateConversationParams
impl UnsafeUnpin for CreateConversationParams
impl UnwindSafe for CreateConversationParams
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