Struct google_datamigration1::api::RulesFile
source · pub struct RulesFile {
pub rules_content: Option<String>,
pub rules_source_filename: Option<String>,
}
Expand description
Details of a single rules file
This type is not used in any activity, and only used as part of another schema.
Fields§
§rules_content: Option<String>
The text content of the rules that needs to be converted
rules_source_filename: Option<String>
The filename of the rules that needs to be converted. This is used mainly so future logs of the import rules job will contain this detail and can therefore be searched by it later
Trait Implementations§
source§impl<'de> Deserialize<'de> for RulesFile
impl<'de> Deserialize<'de> for RulesFile
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
impl Part for RulesFile
Auto Trait Implementations§
impl RefUnwindSafe for RulesFile
impl Send for RulesFile
impl Sync for RulesFile
impl Unpin for RulesFile
impl UnwindSafe for RulesFile
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