pub struct SearchConversationsResponse {
pub conversations: Vec<Conversation>,
pub total: u64,
}Fields§
§conversations: Vec<Conversation>§total: u64Trait Implementations§
Source§impl Clone for SearchConversationsResponse
impl Clone for SearchConversationsResponse
Source§fn clone(&self) -> SearchConversationsResponse
fn clone(&self) -> SearchConversationsResponse
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 SearchConversationsResponse
impl Debug for SearchConversationsResponse
Source§impl<'de> Deserialize<'de> for SearchConversationsResponse
impl<'de> Deserialize<'de> for SearchConversationsResponse
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 SearchConversationsResponse
impl RefUnwindSafe for SearchConversationsResponse
impl Send for SearchConversationsResponse
impl Sync for SearchConversationsResponse
impl Unpin for SearchConversationsResponse
impl UnsafeUnpin for SearchConversationsResponse
impl UnwindSafe for SearchConversationsResponse
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