Struct aws_sdk_quicksight::output::DescribeDashboardOutput
source · [−]#[non_exhaustive]pub struct DescribeDashboardOutput { /* private fields */ }Implementations
sourceimpl DescribeDashboardOutput
impl DescribeDashboardOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDashboardOutput.
Trait Implementations
sourceimpl Clone for DescribeDashboardOutput
impl Clone for DescribeDashboardOutput
sourcefn clone(&self) -> DescribeDashboardOutput
fn clone(&self) -> DescribeDashboardOutput
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 DescribeDashboardOutput
impl Debug for DescribeDashboardOutput
sourceimpl PartialEq<DescribeDashboardOutput> for DescribeDashboardOutput
impl PartialEq<DescribeDashboardOutput> for DescribeDashboardOutput
sourcefn eq(&self, other: &DescribeDashboardOutput) -> bool
fn eq(&self, other: &DescribeDashboardOutput) -> bool
impl StructuralPartialEq for DescribeDashboardOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDashboardOutput
impl Send for DescribeDashboardOutput
impl Sync for DescribeDashboardOutput
impl Unpin for DescribeDashboardOutput
impl UnwindSafe for DescribeDashboardOutput
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