Struct aws_sdk_grafana::output::DeleteWorkspaceOutput
source · [−]#[non_exhaustive]pub struct DeleteWorkspaceOutput { /* private fields */ }
Implementations
sourceimpl DeleteWorkspaceOutput
impl DeleteWorkspaceOutput
sourcepub fn workspace(&self) -> Option<&WorkspaceDescription>
pub fn workspace(&self) -> Option<&WorkspaceDescription>
A structure containing information about the workspace that was deleted.
sourceimpl DeleteWorkspaceOutput
impl DeleteWorkspaceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteWorkspaceOutput
.
Trait Implementations
sourceimpl Clone for DeleteWorkspaceOutput
impl Clone for DeleteWorkspaceOutput
sourcefn clone(&self) -> DeleteWorkspaceOutput
fn clone(&self) -> DeleteWorkspaceOutput
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 DeleteWorkspaceOutput
impl Debug for DeleteWorkspaceOutput
sourceimpl PartialEq<DeleteWorkspaceOutput> for DeleteWorkspaceOutput
impl PartialEq<DeleteWorkspaceOutput> for DeleteWorkspaceOutput
sourcefn eq(&self, other: &DeleteWorkspaceOutput) -> bool
fn eq(&self, other: &DeleteWorkspaceOutput) -> bool
impl StructuralPartialEq for DeleteWorkspaceOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteWorkspaceOutput
impl Send for DeleteWorkspaceOutput
impl Sync for DeleteWorkspaceOutput
impl Unpin for DeleteWorkspaceOutput
impl UnwindSafe for DeleteWorkspaceOutput
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