Struct google_datamigration1::api::SchemaEntity
source · pub struct SchemaEntity {
pub custom_features: Option<HashMap<String, Value>>,
}
Expand description
Schema typically has no parent entity, but can have a parent entity DatabaseInstance (for database engines which supports it). For some database engines the term schema and user can be used interchangeably when they refer to a namespace or a collection of other database entities. Can store additional information which is schema specific.
This type is not used in any activity, and only used as part of another schema.
Fields§
§custom_features: Option<HashMap<String, Value>>
Custom engine specific features
Trait Implementations§
source§impl Clone for SchemaEntity
impl Clone for SchemaEntity
source§fn clone(&self) -> SchemaEntity
fn clone(&self) -> SchemaEntity
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 SchemaEntity
impl Debug for SchemaEntity
source§impl Default for SchemaEntity
impl Default for SchemaEntity
source§fn default() -> SchemaEntity
fn default() -> SchemaEntity
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SchemaEntity
impl<'de> Deserialize<'de> for SchemaEntity
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 SchemaEntity
impl Serialize for SchemaEntity
impl Part for SchemaEntity
Auto Trait Implementations§
impl RefUnwindSafe for SchemaEntity
impl Send for SchemaEntity
impl Sync for SchemaEntity
impl Unpin for SchemaEntity
impl UnwindSafe for SchemaEntity
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