#[non_exhaustive]pub struct CreateWorkspaceBundleOutput { /* private fields */ }Implementations
sourceimpl CreateWorkspaceBundleOutput
impl CreateWorkspaceBundleOutput
sourcepub fn workspace_bundle(&self) -> Option<&WorkspaceBundle>
pub fn workspace_bundle(&self) -> Option<&WorkspaceBundle>
Describes a WorkSpace bundle.
sourceimpl CreateWorkspaceBundleOutput
impl CreateWorkspaceBundleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateWorkspaceBundleOutput.
Trait Implementations
sourceimpl Clone for CreateWorkspaceBundleOutput
impl Clone for CreateWorkspaceBundleOutput
sourcefn clone(&self) -> CreateWorkspaceBundleOutput
fn clone(&self) -> CreateWorkspaceBundleOutput
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 CreateWorkspaceBundleOutput
impl Debug for CreateWorkspaceBundleOutput
sourceimpl PartialEq<CreateWorkspaceBundleOutput> for CreateWorkspaceBundleOutput
impl PartialEq<CreateWorkspaceBundleOutput> for CreateWorkspaceBundleOutput
sourcefn eq(&self, other: &CreateWorkspaceBundleOutput) -> bool
fn eq(&self, other: &CreateWorkspaceBundleOutput) -> bool
impl StructuralPartialEq for CreateWorkspaceBundleOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateWorkspaceBundleOutput
impl Send for CreateWorkspaceBundleOutput
impl Sync for CreateWorkspaceBundleOutput
impl Unpin for CreateWorkspaceBundleOutput
impl UnwindSafe for CreateWorkspaceBundleOutput
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