pub struct BatchGetMessages {
pub message_ids: Vec<String>,
}Expand description
Request body for [Client::batch_get_messages].
Fields§
§message_ids: Vec<String>The message ids to fetch.
Trait Implementations§
Source§impl Clone for BatchGetMessages
impl Clone for BatchGetMessages
Source§fn clone(&self) -> BatchGetMessages
fn clone(&self) -> BatchGetMessages
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 BatchGetMessages
impl Debug for BatchGetMessages
Source§impl Default for BatchGetMessages
impl Default for BatchGetMessages
Source§fn default() -> BatchGetMessages
fn default() -> BatchGetMessages
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BatchGetMessages
impl RefUnwindSafe for BatchGetMessages
impl Send for BatchGetMessages
impl Sync for BatchGetMessages
impl Unpin for BatchGetMessages
impl UnsafeUnpin for BatchGetMessages
impl UnwindSafe for BatchGetMessages
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