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