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