pub struct ExportScanDataParams {
pub x_scan_data_type: String,
pub criteria: ScanDataExportRequest,
pub x_request_id: Option<String>,
}Expand description
struct for passing parameters to the method export_scan_data
Fields§
§x_scan_data_type: StringThe type of scan data to export
criteria: ScanDataExportRequestThe criteria for the export
x_request_id: Option<String>An unique ID for the request
Trait Implementations§
Source§impl Clone for ExportScanDataParams
impl Clone for ExportScanDataParams
Source§fn clone(&self) -> ExportScanDataParams
fn clone(&self) -> ExportScanDataParams
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ExportScanDataParams
impl RefUnwindSafe for ExportScanDataParams
impl Send for ExportScanDataParams
impl Sync for ExportScanDataParams
impl Unpin for ExportScanDataParams
impl UnwindSafe for ExportScanDataParams
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