Struct google_datamigration1::api::DumpFlags
source · pub struct DumpFlags {
pub dump_flags: Option<Vec<DumpFlag>>,
}
Expand description
Dump flags definition.
This type is not used in any activity, and only used as part of another schema.
Fields§
§dump_flags: Option<Vec<DumpFlag>>
The flags for the initial dump.
Trait Implementations§
source§impl<'de> Deserialize<'de> for DumpFlags
impl<'de> Deserialize<'de> for DumpFlags
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 DumpFlags
Auto Trait Implementations§
impl RefUnwindSafe for DumpFlags
impl Send for DumpFlags
impl Sync for DumpFlags
impl Unpin for DumpFlags
impl UnwindSafe for DumpFlags
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