Struct google_datamigration1::api::ImportRulesJobDetails
source · pub struct ImportRulesJobDetails {
pub file_format: Option<String>,
pub files: Option<Vec<String>>,
}
Expand description
Details regarding an Import Rules background job
This type is not used in any activity, and only used as part of another schema.
Fields§
§file_format: Option<String>
The requested file format
files: Option<Vec<String>>
File names used for the import rules job
Trait Implementations§
source§impl Clone for ImportRulesJobDetails
impl Clone for ImportRulesJobDetails
source§fn clone(&self) -> ImportRulesJobDetails
fn clone(&self) -> ImportRulesJobDetails
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 moresource§impl Debug for ImportRulesJobDetails
impl Debug for ImportRulesJobDetails
source§impl Default for ImportRulesJobDetails
impl Default for ImportRulesJobDetails
source§fn default() -> ImportRulesJobDetails
fn default() -> ImportRulesJobDetails
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ImportRulesJobDetails
impl<'de> Deserialize<'de> for ImportRulesJobDetails
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 Serialize for ImportRulesJobDetails
impl Serialize for ImportRulesJobDetails
impl Part for ImportRulesJobDetails
Auto Trait Implementations§
impl RefUnwindSafe for ImportRulesJobDetails
impl Send for ImportRulesJobDetails
impl Sync for ImportRulesJobDetails
impl Unpin for ImportRulesJobDetails
impl UnwindSafe for ImportRulesJobDetails
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