#[non_exhaustive]pub struct UpdateWorkspaceOutput { /* private fields */ }Implementations§
source§impl 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.
source§impl UpdateWorkspaceOutput
 
impl UpdateWorkspaceOutput
sourcepub fn builder() -> UpdateWorkspaceOutputBuilder
 
pub fn builder() -> UpdateWorkspaceOutputBuilder
Creates a new builder-style object to manufacture UpdateWorkspaceOutput.
Trait Implementations§
source§impl Clone for UpdateWorkspaceOutput
 
impl Clone for UpdateWorkspaceOutput
source§fn clone(&self) -> UpdateWorkspaceOutput
 
fn clone(&self) -> UpdateWorkspaceOutput
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 UpdateWorkspaceOutput
 
impl Debug for UpdateWorkspaceOutput
source§impl PartialEq<UpdateWorkspaceOutput> for UpdateWorkspaceOutput
 
impl PartialEq<UpdateWorkspaceOutput> for UpdateWorkspaceOutput
source§fn eq(&self, other: &UpdateWorkspaceOutput) -> bool
 
fn eq(&self, other: &UpdateWorkspaceOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for UpdateWorkspaceOutput
 
impl RequestId for UpdateWorkspaceOutput
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 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§
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