pub struct GetTeamChatHistoryParams {
pub thread_id: Option<String>,
pub include_internal: Option<bool>,
}Expand description
Query and header parameters for getTeamChatHistory.
Fields§
§thread_id: Option<String>§include_internal: Option<bool>Trait Implementations§
Source§impl Clone for GetTeamChatHistoryParams
impl Clone for GetTeamChatHistoryParams
Source§fn clone(&self) -> GetTeamChatHistoryParams
fn clone(&self) -> GetTeamChatHistoryParams
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 GetTeamChatHistoryParams
impl Debug for GetTeamChatHistoryParams
Source§impl Default for GetTeamChatHistoryParams
impl Default for GetTeamChatHistoryParams
Source§fn default() -> GetTeamChatHistoryParams
fn default() -> GetTeamChatHistoryParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetTeamChatHistoryParams
impl<'de> Deserialize<'de> for GetTeamChatHistoryParams
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 GetTeamChatHistoryParams
impl PartialEq for GetTeamChatHistoryParams
Source§impl Serialize for GetTeamChatHistoryParams
impl Serialize for GetTeamChatHistoryParams
impl StructuralPartialEq for GetTeamChatHistoryParams
Auto Trait Implementations§
impl Freeze for GetTeamChatHistoryParams
impl RefUnwindSafe for GetTeamChatHistoryParams
impl Send for GetTeamChatHistoryParams
impl Sync for GetTeamChatHistoryParams
impl Unpin for GetTeamChatHistoryParams
impl UnsafeUnpin for GetTeamChatHistoryParams
impl UnwindSafe for GetTeamChatHistoryParams
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