pub struct GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties {
pub label: Option<String>,
pub properties: Option<Vec<GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty>>,
}Expand description
The label and its properties. Each label is associated with a set of properties.
This type is not used in any activity, and only used as part of another schema.
Fields§
§label: Option<String>Required. The name of the label.
properties: Option<Vec<GoogleCloudDatacatalogV1GraphSpecGraphElementTableProperty>>Optional. The properties associated with the label.
Trait Implementations§
Source§impl Clone for GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
impl Clone for GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
Source§fn clone(
&self,
) -> GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
fn clone( &self, ) -> GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
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 GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
impl Default for GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
Source§fn default() -> GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
fn default() -> GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
impl<'de> Deserialize<'de> for GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
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 GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
Auto Trait Implementations§
impl Freeze for GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
impl RefUnwindSafe for GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
impl Send for GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
impl Sync for GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
impl Unpin for GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
impl UnsafeUnpin for GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
impl UnwindSafe for GoogleCloudDatacatalogV1GraphSpecGraphElementTableLabelAndProperties
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