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