Struct rive_models::payload::BulkDeleteMessagesPayload
source · pub struct BulkDeleteMessagesPayload {
pub ids: Vec<String>,
}Expand description
Search parameters
Fields§
§ids: Vec<String>Message IDs
Trait Implementations§
source§impl Clone for BulkDeleteMessagesPayload
impl Clone for BulkDeleteMessagesPayload
source§fn clone(&self) -> BulkDeleteMessagesPayload
fn clone(&self) -> BulkDeleteMessagesPayload
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more