Struct google_datamigration1::api::DatabaseType
source · pub struct DatabaseType {
pub engine: Option<String>,
pub provider: Option<String>,
}
Expand description
A message defining the database engine and provider.
This type is not used in any activity, and only used as part of another schema.
Fields§
§engine: Option<String>
The database engine.
provider: Option<String>
The database provider.
Trait Implementations§
source§impl Clone for DatabaseType
impl Clone for DatabaseType
source§fn clone(&self) -> DatabaseType
fn clone(&self) -> DatabaseType
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 DatabaseType
impl Debug for DatabaseType
source§impl Default for DatabaseType
impl Default for DatabaseType
source§fn default() -> DatabaseType
fn default() -> DatabaseType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DatabaseType
impl<'de> Deserialize<'de> for DatabaseType
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 DatabaseType
impl Serialize for DatabaseType
impl Part for DatabaseType
Auto Trait Implementations§
impl RefUnwindSafe for DatabaseType
impl Send for DatabaseType
impl Sync for DatabaseType
impl Unpin for DatabaseType
impl UnwindSafe for DatabaseType
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