#[non_exhaustive]pub struct StartImportLabelsTaskRunOutput { /* private fields */ }Implementations§
source§impl StartImportLabelsTaskRunOutput
impl StartImportLabelsTaskRunOutput
sourcepub fn task_run_id(&self) -> Option<&str>
pub fn task_run_id(&self) -> Option<&str>
The unique identifier for the task run.
source§impl StartImportLabelsTaskRunOutput
impl StartImportLabelsTaskRunOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartImportLabelsTaskRunOutput.
Trait Implementations§
source§impl Clone for StartImportLabelsTaskRunOutput
impl Clone for StartImportLabelsTaskRunOutput
source§fn clone(&self) -> StartImportLabelsTaskRunOutput
fn clone(&self) -> StartImportLabelsTaskRunOutput
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<StartImportLabelsTaskRunOutput> for StartImportLabelsTaskRunOutput
impl PartialEq<StartImportLabelsTaskRunOutput> for StartImportLabelsTaskRunOutput
source§fn eq(&self, other: &StartImportLabelsTaskRunOutput) -> bool
fn eq(&self, other: &StartImportLabelsTaskRunOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.