Struct aws_sdk_quicksight::types::DashboardError
source · #[non_exhaustive]pub struct DashboardError { /* private fields */ }Expand description
Dashboard error.
Implementations§
source§impl DashboardError
impl DashboardError
sourcepub fn builder() -> DashboardErrorBuilder
pub fn builder() -> DashboardErrorBuilder
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 ==.impl StructuralPartialEq for DashboardError
Auto Trait Implementations§
impl RefUnwindSafe for DashboardError
impl Send for DashboardError
impl Sync for DashboardError
impl Unpin for DashboardError
impl UnwindSafe for DashboardError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more