pub struct ScanDataExportJob {
pub id: Option<i64>,
}Expand description
ScanDataExportJob : The metadata associated with the scan data export job
Fields§
§id: Option<i64>The id of the scan data export job
Implementations§
Source§impl ScanDataExportJob
impl ScanDataExportJob
Sourcepub fn new() -> ScanDataExportJob
pub fn new() -> ScanDataExportJob
The metadata associated with the scan data export job
Trait Implementations§
Source§impl Clone for ScanDataExportJob
impl Clone for ScanDataExportJob
Source§fn clone(&self) -> ScanDataExportJob
fn clone(&self) -> ScanDataExportJob
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 moreSource§impl Debug for ScanDataExportJob
impl Debug for ScanDataExportJob
Source§impl Default for ScanDataExportJob
impl Default for ScanDataExportJob
Source§fn default() -> ScanDataExportJob
fn default() -> ScanDataExportJob
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ScanDataExportJob
impl<'de> Deserialize<'de> for ScanDataExportJob
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
Source§impl PartialEq for ScanDataExportJob
impl PartialEq for ScanDataExportJob
Source§impl Serialize for ScanDataExportJob
impl Serialize for ScanDataExportJob
impl StructuralPartialEq for ScanDataExportJob
Auto Trait Implementations§
impl Freeze for ScanDataExportJob
impl RefUnwindSafe for ScanDataExportJob
impl Send for ScanDataExportJob
impl Sync for ScanDataExportJob
impl Unpin for ScanDataExportJob
impl UnwindSafe for ScanDataExportJob
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