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