#[non_exhaustive]pub struct UpdateWorkspaceBundleInput { /* private fields */ }Implementations
sourceimpl UpdateWorkspaceBundleInput
impl UpdateWorkspaceBundleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateWorkspaceBundle, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateWorkspaceBundle, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateWorkspaceBundle>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateWorkspaceBundleInput.
Trait Implementations
sourceimpl Clone for UpdateWorkspaceBundleInput
impl Clone for UpdateWorkspaceBundleInput
sourcefn clone(&self) -> UpdateWorkspaceBundleInput
fn clone(&self) -> UpdateWorkspaceBundleInput
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 UpdateWorkspaceBundleInput
impl Debug for UpdateWorkspaceBundleInput
sourceimpl PartialEq<UpdateWorkspaceBundleInput> for UpdateWorkspaceBundleInput
impl PartialEq<UpdateWorkspaceBundleInput> for UpdateWorkspaceBundleInput
sourcefn eq(&self, other: &UpdateWorkspaceBundleInput) -> bool
fn eq(&self, other: &UpdateWorkspaceBundleInput) -> bool
impl StructuralPartialEq for UpdateWorkspaceBundleInput
Auto Trait Implementations
impl RefUnwindSafe for UpdateWorkspaceBundleInput
impl Send for UpdateWorkspaceBundleInput
impl Sync for UpdateWorkspaceBundleInput
impl Unpin for UpdateWorkspaceBundleInput
impl UnwindSafe for UpdateWorkspaceBundleInput
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