pub struct GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty {
pub name: Option<String>,
pub type_: Option<String>,
}Expand description
A property declaration.
This type is not used in any activity, and only used as part of another schema.
Fields§
§name: Option<String>Required. Property name.
type_: Option<String>Required. Property data type.
Trait Implementations§
Source§impl Clone for GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
impl Clone for GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
Source§fn clone(&self) -> GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
fn clone(&self) -> GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
impl Default for GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
Source§fn default() -> GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
fn default() -> GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
impl<'de> Deserialize<'de> for GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
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 GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
Auto Trait Implementations§
impl Freeze for GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
impl RefUnwindSafe for GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
impl Send for GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
impl Sync for GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
impl Unpin for GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
impl UnsafeUnpin for GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
impl UnwindSafe for GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty
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