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