pub struct ExportBatchCallRecordsParams {
pub status: Option<String>,
pub search: Option<String>,
}Expand description
The query parameters for BatchCallRecordsResource::export.
Fields§
§status: Option<String>A comma-separated set of display labels.
search: Option<String>Matches over record id, phone number, status and reason.
Trait Implementations§
Source§impl Clone for ExportBatchCallRecordsParams
impl Clone for ExportBatchCallRecordsParams
Source§fn clone(&self) -> ExportBatchCallRecordsParams
fn clone(&self) -> ExportBatchCallRecordsParams
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 ExportBatchCallRecordsParams
impl Debug for ExportBatchCallRecordsParams
Source§impl Default for ExportBatchCallRecordsParams
impl Default for ExportBatchCallRecordsParams
Source§fn default() -> ExportBatchCallRecordsParams
fn default() -> ExportBatchCallRecordsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ExportBatchCallRecordsParams
impl RefUnwindSafe for ExportBatchCallRecordsParams
impl Send for ExportBatchCallRecordsParams
impl Sync for ExportBatchCallRecordsParams
impl Unpin for ExportBatchCallRecordsParams
impl UnsafeUnpin for ExportBatchCallRecordsParams
impl UnwindSafe for ExportBatchCallRecordsParams
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