pub struct GetChatMessagesParams {
pub order_id: String,
pub current_page: Option<String>,
pub size: String,
}Fields§
§order_id: String§current_page: Option<String>§size: StringTrait Implementations§
Source§impl Clone for GetChatMessagesParams
impl Clone for GetChatMessagesParams
Source§fn clone(&self) -> GetChatMessagesParams
fn clone(&self) -> GetChatMessagesParams
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 GetChatMessagesParams
impl Debug for GetChatMessagesParams
Source§impl<'de> Deserialize<'de> for GetChatMessagesParams
impl<'de> Deserialize<'de> for GetChatMessagesParams
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 GetChatMessagesParams
impl RefUnwindSafe for GetChatMessagesParams
impl Send for GetChatMessagesParams
impl Sync for GetChatMessagesParams
impl Unpin for GetChatMessagesParams
impl UnsafeUnpin for GetChatMessagesParams
impl UnwindSafe for GetChatMessagesParams
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