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