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