Struct aws_sdk_glue::model::ImportLabelsTaskRunProperties
source · #[non_exhaustive]pub struct ImportLabelsTaskRunProperties { /* private fields */ }Expand description
Specifies configuration properties for an importing labels task run.
Implementations§
source§impl ImportLabelsTaskRunProperties
impl ImportLabelsTaskRunProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportLabelsTaskRunProperties.
Trait Implementations§
source§impl Clone for ImportLabelsTaskRunProperties
impl Clone for ImportLabelsTaskRunProperties
source§fn clone(&self) -> ImportLabelsTaskRunProperties
fn clone(&self) -> ImportLabelsTaskRunProperties
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 PartialEq<ImportLabelsTaskRunProperties> for ImportLabelsTaskRunProperties
impl PartialEq<ImportLabelsTaskRunProperties> for ImportLabelsTaskRunProperties
source§fn eq(&self, other: &ImportLabelsTaskRunProperties) -> bool
fn eq(&self, other: &ImportLabelsTaskRunProperties) -> bool
This method tests for
self and other values to be equal, and is used
by ==.