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