Struct aws_sdk_quicksight::model::DashboardError
source · [−]#[non_exhaustive]pub struct DashboardError { /* private fields */ }Expand description
Dashboard error.
Implementations
sourceimpl DashboardError
impl DashboardError
sourceimpl DashboardError
impl DashboardError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DashboardError.
Trait Implementations
sourceimpl Clone for DashboardError
impl Clone for DashboardError
sourcefn clone(&self) -> DashboardError
fn clone(&self) -> DashboardError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DashboardError
impl Debug for DashboardError
sourceimpl PartialEq<DashboardError> for DashboardError
impl PartialEq<DashboardError> for DashboardError
sourcefn eq(&self, other: &DashboardError) -> bool
fn eq(&self, other: &DashboardError) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more