Struct google_datamigration1::api::FunctionEntity
source · pub struct FunctionEntity {
pub custom_features: Option<HashMap<String, Value>>,
pub sql_code: Option<String>,
}
Expand description
Function’s parent is a schema.
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
sql_code: Option<String>
The SQL code which creates the function
Trait Implementations§
source§impl Clone for FunctionEntity
impl Clone for FunctionEntity
source§fn clone(&self) -> FunctionEntity
fn clone(&self) -> FunctionEntity
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 FunctionEntity
impl Debug for FunctionEntity
source§impl Default for FunctionEntity
impl Default for FunctionEntity
source§fn default() -> FunctionEntity
fn default() -> FunctionEntity
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for FunctionEntity
impl<'de> Deserialize<'de> for FunctionEntity
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 FunctionEntity
impl Serialize for FunctionEntity
impl Part for FunctionEntity
Auto Trait Implementations§
impl RefUnwindSafe for FunctionEntity
impl Send for FunctionEntity
impl Sync for FunctionEntity
impl Unpin for FunctionEntity
impl UnwindSafe for FunctionEntity
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