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