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