#[non_exhaustive]pub struct DescribeWorkspaceOutput { /* private fields */ }Implementations§
source§impl DescribeWorkspaceOutput
 
impl DescribeWorkspaceOutput
sourcepub fn workspace(&self) -> Option<&WorkspaceDescription>
 
pub fn workspace(&self) -> Option<&WorkspaceDescription>
A structure containing information about the workspace.
source§impl DescribeWorkspaceOutput
 
impl DescribeWorkspaceOutput
sourcepub fn builder() -> DescribeWorkspaceOutputBuilder
 
pub fn builder() -> DescribeWorkspaceOutputBuilder
Creates a new builder-style object to manufacture DescribeWorkspaceOutput.
Trait Implementations§
source§impl Clone for DescribeWorkspaceOutput
 
impl Clone for DescribeWorkspaceOutput
source§fn clone(&self) -> DescribeWorkspaceOutput
 
fn clone(&self) -> DescribeWorkspaceOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for DescribeWorkspaceOutput
 
impl Debug for DescribeWorkspaceOutput
source§impl PartialEq<DescribeWorkspaceOutput> for DescribeWorkspaceOutput
 
impl PartialEq<DescribeWorkspaceOutput> for DescribeWorkspaceOutput
source§fn eq(&self, other: &DescribeWorkspaceOutput) -> bool
 
fn eq(&self, other: &DescribeWorkspaceOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeWorkspaceOutput
 
impl RequestId for DescribeWorkspaceOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.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§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more