pub struct GoogleCloudDataplexV1DataDocumentationSpec {
pub catalog_publishing_enabled: Option<bool>,
}Expand description
DataDocumentation scan related spec.
This type is not used in any activity, and only used as part of another schema.
Fields§
§catalog_publishing_enabled: Option<bool>Optional. Whether to publish result to Dataplex Catalog.
Trait Implementations§
Source§impl Clone for GoogleCloudDataplexV1DataDocumentationSpec
impl Clone for GoogleCloudDataplexV1DataDocumentationSpec
Source§fn clone(&self) -> GoogleCloudDataplexV1DataDocumentationSpec
fn clone(&self) -> GoogleCloudDataplexV1DataDocumentationSpec
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 GoogleCloudDataplexV1DataDocumentationSpec
impl Default for GoogleCloudDataplexV1DataDocumentationSpec
Source§fn default() -> GoogleCloudDataplexV1DataDocumentationSpec
fn default() -> GoogleCloudDataplexV1DataDocumentationSpec
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDataplexV1DataDocumentationSpec
impl<'de> Deserialize<'de> for GoogleCloudDataplexV1DataDocumentationSpec
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 GoogleCloudDataplexV1DataDocumentationSpec
Auto Trait Implementations§
impl Freeze for GoogleCloudDataplexV1DataDocumentationSpec
impl RefUnwindSafe for GoogleCloudDataplexV1DataDocumentationSpec
impl Send for GoogleCloudDataplexV1DataDocumentationSpec
impl Sync for GoogleCloudDataplexV1DataDocumentationSpec
impl Unpin for GoogleCloudDataplexV1DataDocumentationSpec
impl UnsafeUnpin for GoogleCloudDataplexV1DataDocumentationSpec
impl UnwindSafe for GoogleCloudDataplexV1DataDocumentationSpec
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