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